diff --git a/.changeset/npm-run-all.md b/.changeset/npm-run-all.md deleted file mode 100644 index 578bf0d..0000000 --- a/.changeset/npm-run-all.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tksst/next-app-additions": patch ---- - -migrate from [npm-run-all](https://www.npmjs.com/package/npm-run-all) to [npm-run-all2](https://www.npmjs.com/package/npm-run-all2) because the latest release of npm-run-all does not fix this bug: https://github.com/mysticatea/npm-run-all/pull/171 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4503ff6..290f3d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tksst/next-app-additions +## 1.4.1 + +### Patch Changes + +- 0444aba: migrate from [npm-run-all](https://www.npmjs.com/package/npm-run-all) to [npm-run-all2](https://www.npmjs.com/package/npm-run-all2) because the latest release of npm-run-all does not fix this bug: https://github.com/mysticatea/npm-run-all/pull/171 + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index a29ada7..077b3c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tksst/next-app-additions", - "version": "1.4.0", + "version": "1.4.1", "description": "additions to a project generated with create-next-app", "publishConfig": { "access": "public"