From 3941c80471d18abe1a11791efe8d8672174e0d2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Mar 2025 13:34:08 +0000 Subject: [PATCH] chore: release @unts/patch-package --- .changeset/slow-llamas-fetch.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/slow-llamas-fetch.md 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",