diff --git a/.changeset/mighty-crabs-turn.md b/.changeset/mighty-crabs-turn.md deleted file mode 100644 index 9706dc37..00000000 --- a/.changeset/mighty-crabs-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Added DynamoAPL. It received existing Table and automatically managest APL CRUD operations. Requires DynamoDB Toolbox diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e1b0ad..3013c19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/app-sdk +## 1.2.0 + +### Minor Changes + +- 2fc132c: Added DynamoAPL. It received existing Table and automatically managest APL CRUD operations. Requires DynamoDB Toolbox + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index 08693a46..2069b86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "1.1.2", + "version": "1.2.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",