We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fcada commit 1a0d9b2Copy full SHA for 1a0d9b2
.changeset/slow-llamas-fetch.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 8.1.0
4
+
5
+### Minor Changes
6
7
+- [#1](https://github.com/un-ts/patch-package/pull/1)
8
+ [`71fcada`](https://github.com/un-ts/patch-package/commit/71fcada5c8eba207ace046b80b096042c615afde)
9
+ Thanks [@SukkaW](https://github.com/SukkaW)! - feat: reduce installation size
10
+ by replacing `json-stable-stringify` to `@nolyfill/json-stable-stringify`
11
12
## 8.0.0
13
14
- Add support for multiple patch files for a single package. #474
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",
0 commit comments