diff --git a/.release-plan.json b/.release-plan.json index 991c1b6..a503b77 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "guidemaker": { - "impact": "minor", - "oldVersion": "3.2.1", - "newVersion": "3.3.0", + "impact": "patch", + "oldVersion": "3.3.0", + "newVersion": "3.3.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\nguidemaker 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* [#94](https://github.com/empress/guidemaker/pull/94) Fix implicit-injections and routing.transition-methods deprecations ([@bartocc](https://github.com/bartocc))\n\n#### :house: Internal\n* [#98](https://github.com/empress/guidemaker/pull/98) update and fix release-plan ([@mansona](https://github.com/mansona))\n* [#97](https://github.com/empress/guidemaker/pull/97) Setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Julien Palmas ([@bartocc](https://github.com/bartocc))\n" + "description": "## Release (2023-12-18)\n\nguidemaker 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* [#100](https://github.com/empress/guidemaker/pull/100) Fix `ember-data:deprecate-array-like` deprecation ([@bartocc](https://github.com/bartocc))\n\n#### Committers: 1\n- Julien Palmas ([@bartocc](https://github.com/bartocc))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f73fc..b61fba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Guidemaker Changelog +## Release (2023-12-18) + +guidemaker 3.3.1 (patch) + +#### :bug: Bug Fix +* [#100](https://github.com/empress/guidemaker/pull/100) Fix `ember-data:deprecate-array-like` deprecation ([@bartocc](https://github.com/bartocc)) + +#### Committers: 1 +- Julien Palmas ([@bartocc](https://github.com/bartocc)) ## Release (2023-12-04) guidemaker 3.3.0 (minor) diff --git a/package.json b/package.json index aa83abb..32289f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guidemaker", - "version": "3.3.0", + "version": "3.3.1", "description": "Guidemaker Core Engine", "keywords": [ "ember-addon",