diff --git a/.release-plan.json b/.release-plan.json index f05e7ef..fba469e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "release-plan": { - "impact": "minor", - "oldVersion": "0.3.0", - "newVersion": "0.4.0", + "impact": "patch", + "oldVersion": "0.4.0", + "newVersion": "0.4.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2023-12-04)\n\nrelease-plan 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* [#28](https://github.com/embroider-build/release-plan/pull/28) pick the correct package manager to do npm publish ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#29](https://github.com/embroider-build/release-plan/pull/29) Add linting and check it in CI ([@mansona](https://github.com/mansona))\n* [#27](https://github.com/embroider-build/release-plan/pull/27) run npm init release-plan-setup --update ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2023-12-04)\n\nrelease-plan 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* [#30](https://github.com/embroider-build/release-plan/pull/30) add shebang back and fix linting config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 204dfac..1f62be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # release-plan Changelog ## Release (2023-12-04) +release-plan 0.4.1 (patch) + +#### :bug: Bug Fix +* [#30](https://github.com/embroider-build/release-plan/pull/30) add shebang back and fix linting config ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) +## Release (2023-12-04) + release-plan 0.4.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 9deafea..b59d419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.4.0", + "version": "0.4.1", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",