diff --git a/.release-plan.json b/.release-plan.json index 577271c0..6608e983 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "ember-styleguide": { "impact": "minor", - "oldVersion": "3.1.1", - "newVersion": "3.2.0", + "oldVersion": "3.2.0", + "newVersion": "3.3.0", "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-01-26)\n\nember-styleguide 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-01-26)\n\nember-styleguide 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona))\n * [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb71dc1..ace908e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Release (2024-01-26) +ember-styleguide 3.3.0 (minor) + +#### :rocket: Enhancement +* `ember-styleguide` + * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `ember-styleguide` + * [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona)) + * [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-01-26) + ember-styleguide 3.2.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index e1465973..b005cb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "3.2.0", + "version": "3.3.0", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"