diff --git a/.release-plan.json b/.release-plan.json index 80791b3a..9714e640 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,15 +1,11 @@ { "solution": { "ember-styleguide": { - "impact": "minor", - "oldVersion": "11.0.3", - "newVersion": "11.1.0", + "impact": "patch", + "oldVersion": "11.1.0", + "newVersion": "11.1.1", "tagName": "latest", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -18,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-05-28)\n\n* ember-styleguide 11.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#527](https://github.com/ember-learn/ember-styleguide/pull/527) move ember-auto-import to a dependency ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#531](https://github.com/ember-learn/ember-styleguide/pull/531) update to v5.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#530](https://github.com/ember-learn/ember-styleguide/pull/530) Update to ember 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#529](https://github.com/ember-learn/ember-styleguide/pull/529) start using pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2025-08-05)\n\n* ember-styleguide 11.1.1 (patch)\n\n#### :house: Internal\n* `ember-styleguide`\n * [#534](https://github.com/ember-learn/ember-styleguide/pull/534) Update release plan and fix latest release ([@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 889bfc71..9b89434c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-08-05) + +* ember-styleguide 11.1.1 (patch) + +#### :house: Internal +* `ember-styleguide` + * [#534](https://github.com/ember-learn/ember-styleguide/pull/534) Update release plan and fix latest release ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2025-05-28) * ember-styleguide 11.1.0 (minor) diff --git a/package.json b/package.json index 81370200..955ecdb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "11.1.0", + "version": "11.1.1", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"