diff --git a/.release-plan.json b/.release-plan.json index 089ebe2..621a1cc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "guidemaker": { - "impact": "major", - "oldVersion": "3.3.1", - "newVersion": "4.0.0", + "impact": "patch", + "oldVersion": "4.0.0", + "newVersion": "4.0.1", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-08)\n\nguidemaker 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `guidemaker`\n * [#91](https://github.com/empress/guidemaker/pull/91) update to v5.4 with ember-cli-update and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n * [#103](https://github.com/empress/guidemaker/pull/103) drop support for node < 18 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `guidemaker`\n * [#102](https://github.com/empress/guidemaker/pull/102) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-03-08)\n\nguidemaker 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#105](https://github.com/empress/guidemaker/pull/105) fix the location of the shorten-version helper ([@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 a0ee0cd..522141f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-03-08) +guidemaker 4.0.1 (patch) + +#### :bug: Bug Fix +* `guidemaker` + * [#105](https://github.com/empress/guidemaker/pull/105) fix the location of the shorten-version helper ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2024-03-08) + guidemaker 4.0.0 (major) #### :boom: Breaking Change diff --git a/package.json b/package.json index abd4297..d2df6ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guidemaker", - "version": "4.0.0", + "version": "4.0.1", "description": "Guidemaker Core Engine", "keywords": [ "ember-addon",