Skip to content

Commit c2fe40e

Browse files
Create release (#74)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b32f669 commit c2fe40e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/silly-carrots-deny.md

-9
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @fransvilhelm/wp-bundler
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Remove postinstall script (by [@adambrgmn](https://github.com/adambrgmn) in [#73](https://github.com/adambrgmn/wp-bundler/pull/73))
8+
9+
The postinstall script was a stupid idea from the beginning, causing issues for `yarn` projects.
10+
11+
We're better off without it.
12+
313
## 4.0.0
414

515
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fransvilhelm/wp-bundler",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A fast bundler tailored for WordPress based on esbuild",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)