diff --git a/.changeset/good-icons-yell.md b/.changeset/good-icons-yell.md deleted file mode 100644 index efea8ef..0000000 --- a/.changeset/good-icons-yell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@effect-aws/client-dynamodb": minor -"@effect-aws/client-api-gateway-management-api": patch ---- - -return tagged errors in the failure channel diff --git a/packages/client-api-gateway-management-api/CHANGELOG.md b/packages/client-api-gateway-management-api/CHANGELOG.md index bc6e8e2..fdacde8 100644 --- a/packages/client-api-gateway-management-api/CHANGELOG.md +++ b/packages/client-api-gateway-management-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-api-gateway-management-api +## 0.2.1 + +### Patch Changes + +- [`643a9ba`](https://github.com/floydspace/effect-aws/commit/643a9ba924e5a9513188bbcd942ebc4c9dc3a7bb) Thanks [@floydspace](https://github.com/floydspace)! - return tagged errors in the failure channel + ## 0.2.0 ### Minor Changes diff --git a/packages/client-api-gateway-management-api/package.json b/packages/client-api-gateway-management-api/package.json index 171a965..6ebc4a4 100644 --- a/packages/client-api-gateway-management-api/package.json +++ b/packages/client-api-gateway-management-api/package.json @@ -52,7 +52,7 @@ "publishConfig": { "access": "public" }, - "version": "0.2.0", + "version": "0.2.1", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/packages/client-dynamodb/CHANGELOG.md b/packages/client-dynamodb/CHANGELOG.md index c13fd4d..b2c5acf 100644 --- a/packages/client-dynamodb/CHANGELOG.md +++ b/packages/client-dynamodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-dynamodb +## 0.2.0 + +### Minor Changes + +- [`643a9ba`](https://github.com/floydspace/effect-aws/commit/643a9ba924e5a9513188bbcd942ebc4c9dc3a7bb) Thanks [@floydspace](https://github.com/floydspace)! - return tagged errors in the failure channel + ## 0.1.0 ### Minor Changes diff --git a/packages/client-dynamodb/package.json b/packages/client-dynamodb/package.json index c77be0b..5e441ac 100644 --- a/packages/client-dynamodb/package.json +++ b/packages/client-dynamodb/package.json @@ -52,7 +52,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.0", + "version": "0.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."