diff --git a/.changeset/fast-mangos-taste.md b/.changeset/fast-mangos-taste.md deleted file mode 100644 index e442c1a..0000000 --- a/.changeset/fast-mangos-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tapable": patch ---- - -Ignore invalid `before` values. diff --git a/.changeset/some-bags-wash.md b/.changeset/some-bags-wash.md deleted file mode 100644 index a620c39..0000000 --- a/.changeset/some-bags-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tapable": patch ---- - -Trim the `name` option when options is an object. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ad6ff8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# tapable + +## 2.3.1 + +### Patch Changes + +- Ignore invalid `before` values. (by [@alexander-akait](https://github.com/alexander-akait) in [#208](https://github.com/webpack/tapable/pull/208)) + +- Trim the `name` option when options is an object. (by [@alexander-akait](https://github.com/alexander-akait) in [#208](https://github.com/webpack/tapable/pull/208)) diff --git a/package.json b/package.json index afbf04a..1735ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapable", - "version": "2.3.0", + "version": "2.3.1", "description": "Just a little module for plugins.", "homepage": "https://github.com/webpack/tapable", "repository": {