diff --git a/.release-plan.json b/.release-plan.json index 2643359..9000658 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "create-release-plan-setup": { - "impact": "minor", - "oldVersion": "2.2.0", - "newVersion": "2.3.0", + "impact": "patch", + "oldVersion": "2.3.0", + "newVersion": "2.3.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fd7b9..1a117d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-04-03) +create-release-plan-setup 2.3.1 (patch) + +#### :house: Internal +* `create-release-plan-setup` + * [#97](https://github.com/embroider-build/create-release-plan-setup/pull/97) Fix repo url ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2024-04-03) + create-release-plan-setup 2.3.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index e4e6379..3790c9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-release-plan-setup", - "version": "2.3.0", + "version": "2.3.1", "description": "Simple npm init bin package to add the perfect release-plan setup", "keywords": [], "repository": "https://github.com/embroider-build/create-release-plan-setup",