diff --git a/.changeset/itchy-cycles-notice.md b/.changeset/itchy-cycles-notice.md deleted file mode 100644 index edcd479..0000000 --- a/.changeset/itchy-cycles-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tapable": patch ---- - -Revert ignore invalid `before` values. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad6ff8..e27e6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # tapable +## 2.3.2 + +### Patch Changes + +- Revert ignore invalid `before` values. (by [@alexander-akait](https://github.com/alexander-akait) in [#211](https://github.com/webpack/tapable/pull/211)) + ## 2.3.1 ### Patch Changes diff --git a/package.json b/package.json index 1735ce2..0383f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapable", - "version": "2.3.1", + "version": "2.3.2", "description": "Just a little module for plugins.", "homepage": "https://github.com/webpack/tapable", "repository": {