diff --git a/.changeset/brave-eagles-shop.md b/.changeset/brave-eagles-shop.md deleted file mode 100644 index 25f9b02..0000000 --- a/.changeset/brave-eagles-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/build-utils": patch ---- - -allows strings for package.json repository diff --git a/CHANGELOG.md b/CHANGELOG.md index c712490..94398fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/build-utils +## 0.7.5 + +### Patch Changes + +- [#56](https://github.com/Effect-TS/build-utils/pull/56) [`84fc99d`](https://github.com/Effect-TS/build-utils/commit/84fc99dc72c07eab931f466892fa36440e5928ca) Thanks [@tim-smart](https://github.com/tim-smart)! - allows strings for package.json repository + ## 0.7.4 ### Patch Changes diff --git a/package.json b/package.json index acaac0e..17848c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/build-utils", - "version": "0.7.4", + "version": "0.7.5", "publishConfig": { "access": "public", "directory": "dist"