diff --git a/.changeset/slow-llamas-fetch.md b/.changeset/slow-llamas-fetch.md deleted file mode 100644 index 2f74e68f..00000000 --- a/.changeset/slow-llamas-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@unts/patch-package": minor ---- - -feat: reduce installation size by replacing `json-stable-stringify` to -`@nolyfill/json-stable-stringify` diff --git a/CHANGELOG.md b/CHANGELOG.md index 366679dc..8e285dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 8.1.0 + +### Minor Changes + +- [#1](https://github.com/un-ts/patch-package/pull/1) + [`71fcada`](https://github.com/un-ts/patch-package/commit/71fcada5c8eba207ace046b80b096042c615afde) + Thanks [@SukkaW](https://github.com/SukkaW)! - feat: reduce installation size + by replacing `json-stable-stringify` to `@nolyfill/json-stable-stringify` + ## 8.0.0 - Add support for multiple patch files for a single package. #474 diff --git a/package.json b/package.json index b2e9f842..a9254561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unts/patch-package", - "version": "8.0.0", + "version": "8.1.0", "description": "Fix broken node modules with no fuss", "main": "dist/index.js", "repository": "git+https://github.com/un-ts/patch-package.git",