diff --git a/.release-plan.json b/.release-plan.json index 9000658..415163e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,10 +1,14 @@ { "solution": { "create-release-plan-setup": { - "impact": "patch", - "oldVersion": "2.3.0", - "newVersion": "2.3.1", + "impact": "minor", + "oldVersion": "2.3.1", + "newVersion": "2.4.0", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -13,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-04-03)\n\ncreate-release-plan-setup 2.3.1 (patch)\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#97](https://github.com/embroider-build/create-release-plan-setup/pull/97) Fix repo url ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-05-04)\n\ncreate-release-plan-setup 2.4.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#101](https://github.com/embroider-build/create-release-plan-setup/pull/101) update the name of the stderr output and clean up ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#108](https://github.com/embroider-build/create-release-plan-setup/pull/108) update release-plan setup ([@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 1a117d6..7164a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2024-05-04) + +create-release-plan-setup 2.4.0 (minor) + +#### :rocket: Enhancement +* `create-release-plan-setup` + * [#101](https://github.com/embroider-build/create-release-plan-setup/pull/101) update the name of the stderr output and clean up ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `create-release-plan-setup` + * [#108](https://github.com/embroider-build/create-release-plan-setup/pull/108) update release-plan setup ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-04-03) create-release-plan-setup 2.3.1 (patch) diff --git a/package.json b/package.json index 4d7cba5..43487d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-release-plan-setup", - "version": "2.3.1", + "version": "2.4.0", "description": "Simple npm init bin package to add the perfect release-plan setup", "keywords": [], "repository": "https://github.com/embroider-build/create-release-plan-setup",