diff --git a/.release-plan.json b/.release-plan.json index deedca1c..f4a84669 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,18 @@ { "solution": { "ember-styleguide": { - "impact": "minor", - "oldVersion": "11.2.0", - "newVersion": "11.3.0", + "impact": "patch", + "oldVersion": "11.3.0", + "newVersion": "11.3.1", "tagName": "latest", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-08-22)\n\n* ember-styleguide 11.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#536](https://github.com/ember-learn/ember-styleguide/pull/536) Add blukesky logo to list of icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-08-22)\n\n* ember-styleguide 11.3.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#538](https://github.com/ember-learn/ember-styleguide/pull/538) Add default class handling for icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e8575972..b5bbd249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-08-22) +* ember-styleguide 11.3.1 (patch) + +#### :bug: Bug Fix +* `ember-styleguide` + * [#538](https://github.com/ember-learn/ember-styleguide/pull/538) Add default class handling for icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2025-08-22) + * ember-styleguide 11.3.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 79d7e631..71e86fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "11.3.0", + "version": "11.3.1", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"