diff --git a/.changeset/neat-garlics-return.md b/.changeset/neat-garlics-return.md deleted file mode 100644 index 67c4335..0000000 --- a/.changeset/neat-garlics-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/build-utils": patch ---- - -Take `type` from package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 45104e5..d9479ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/build-utils +## 0.8.8 + +### Patch Changes + +- [#88](https://github.com/Effect-TS/build-utils/pull/88) [`328becf`](https://github.com/Effect-TS/build-utils/commit/328becfbaa4b1ca4d29ae2412d88c42ea4040ec0) Thanks [@fubhy](https://github.com/fubhy)! - Take `type` from package.json + ## 0.8.7 ### Patch Changes diff --git a/package.json b/package.json index f3c5611..83ab840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/build-utils", - "version": "0.8.7", + "version": "0.8.8", "publishConfig": { "access": "public", "directory": "dist"