diff --git a/.changeset/silly-carrots-deny.md b/.changeset/silly-carrots-deny.md deleted file mode 100644 index e08a9a2..0000000 --- a/.changeset/silly-carrots-deny.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@fransvilhelm/wp-bundler': patch ---- - -Remove postinstall script - -The postinstall script was a stupid idea from the beginning, causing issues for `yarn` projects. - -We're better off without it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8f47a..2320eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @fransvilhelm/wp-bundler +## 4.0.1 + +### Patch Changes + +- Remove postinstall script (by [@adambrgmn](https://github.com/adambrgmn) in [#73](https://github.com/adambrgmn/wp-bundler/pull/73)) + + The postinstall script was a stupid idea from the beginning, causing issues for `yarn` projects. + + We're better off without it. + ## 4.0.0 ### Major Changes diff --git a/package.json b/package.json index 350f90f..073c563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fransvilhelm/wp-bundler", - "version": "4.0.0", + "version": "4.0.1", "description": "A fast bundler tailored for WordPress based on esbuild", "type": "module", "exports": {