diff --git a/.release-plan.json b/.release-plan.json index 48cb201..2643359 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,24 +2,16 @@ "solution": { "create-release-plan-setup": { "impact": "minor", - "oldVersion": "2.1.1", - "newVersion": "2.2.0", + "oldVersion": "2.2.0", + "newVersion": "2.3.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-16)\n\ncreate-release-plan-setup 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#81](https://github.com/mansona/create-release-plan-setup/pull/81) update pnpm/action-setup in template ([@mansona](https://github.com/mansona))\n * [#80](https://github.com/mansona/create-release-plan-setup/pull/80) update release-plan ([@mansona](https://github.com/mansona))\n * [#78](https://github.com/mansona/create-release-plan-setup/pull/78) Show unlabelled ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#77](https://github.com/mansona/create-release-plan-setup/pull/77) fix the branch used when a PR is labelled ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#82](https://github.com/mansona/create-release-plan-setup/pull/82) run npm init release-plan-setup on this repo ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-04-03)\n\ncreate-release-plan-setup 2.3.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#94](https://github.com/embroider-build/create-release-plan-setup/pull/94) Bump sort-package-json from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#95](https://github.com/embroider-build/create-release-plan-setup/pull/95) update to release-plan 0.9.0 ([@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 03c4c6b..78fd7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2024-04-03) + +create-release-plan-setup 2.3.0 (minor) + +#### :rocket: Enhancement +* `create-release-plan-setup` + * [#94](https://github.com/embroider-build/create-release-plan-setup/pull/94) Bump sort-package-json from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#95](https://github.com/embroider-build/create-release-plan-setup/pull/95) update to release-plan 0.9.0 ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-02-16) create-release-plan-setup 2.2.0 (minor) diff --git a/package.json b/package.json index 80e0a82..6a166c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-release-plan-setup", - "version": "2.2.0", + "version": "2.3.0", "description": "Simple npm init bin package to add the perfect release-plan setup", "keywords": [], "repository": "https://github.com/mansona/create-release-plan-setup",