diff --git a/.changeset/thirty-mangos-sparkle.md b/.changeset/thirty-mangos-sparkle.md deleted file mode 100644 index c5e4b9a..0000000 --- a/.changeset/thirty-mangos-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-aws/client-s3": patch ---- - -Fix service level function types exporting when using overloading \ No newline at end of file diff --git a/packages/client-s3/CHANGELOG.md b/packages/client-s3/CHANGELOG.md index a8daeba..c8ad83a 100644 --- a/packages/client-s3/CHANGELOG.md +++ b/packages/client-s3/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-s3 +## 1.5.1 + +### Patch Changes + +- [`a17e239`](https://github.com/floydspace/effect-aws/commit/a17e239530a7050459b78b4781a4c8ce8dcbc32b) Thanks [@floydspace](https://github.com/floydspace)! - Fix service level function types exporting when using overloading + ## 1.5.0 ### Minor Changes diff --git a/packages/client-s3/package.json b/packages/client-s3/package.json index ba7670c..c48bcae 100644 --- a/packages/client-s3/package.json +++ b/packages/client-s3/package.json @@ -48,7 +48,7 @@ "publishConfig": { "access": "public" }, - "version": "1.5.0", + "version": "1.5.1", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [],