diff --git a/.changeset/plenty-nails-knock.md b/.changeset/plenty-nails-knock.md deleted file mode 100644 index 3216825..0000000 --- a/.changeset/plenty-nails-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/build-utils": patch ---- - -Add support for glob exports diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd43c0..d09537d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/build-utils +## 0.8.2 + +### Patch Changes + +- [#76](https://github.com/Effect-TS/build-utils/pull/76) [`7614418`](https://github.com/Effect-TS/build-utils/commit/7614418855c0dab9317ef3221e1215c92fd773b4) Thanks [@fubhy](https://github.com/fubhy)! - Add support for glob exports + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index d543ad5..39a99ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/build-utils", - "version": "0.8.1", + "version": "0.8.2", "publishConfig": { "access": "public", "directory": "dist"