diff --git a/.changeset/soft-moons-lay.md b/.changeset/soft-moons-lay.md deleted file mode 100644 index 77441844..00000000 --- a/.changeset/soft-moons-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@unts/patch-package": patch ---- - -chore: migrate `chalk` to `picocolors` and `NO_COLOR` env diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e285dcc..41dc1059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 8.1.1 + +### Patch Changes + +- [#4](https://github.com/un-ts/patch-package/pull/4) + [`981528a`](https://github.com/un-ts/patch-package/commit/981528a98c29691ca9c9843b89fcd8502860e21e) + Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate `chalk` to + `picocolors` and `NO_COLOR` env + ## 8.1.0 ### Minor Changes diff --git a/package.json b/package.json index a1ff299e..978b4799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unts/patch-package", - "version": "8.1.0", + "version": "8.1.1", "description": "Fix broken node modules with no fuss", "main": "dist/index.js", "repository": "git+https://github.com/un-ts/patch-package.git",