diff --git a/.release-plan.json b/.release-plan.json index 21aa98c..53689e8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@ember/app-blueprint": { "impact": "patch", - "oldVersion": "6.12.0", - "newVersion": "6.12.1", + "oldVersion": "6.12.1", + "newVersion": "6.12.2", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-04-18)\n\n* @ember/app-blueprint 6.12.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#251](https://github.com/ember-cli/ember-app-blueprint/pull/251) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2026-05-05)\n\n* @ember/app-blueprint 6.12.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 1\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 155ac9a..4836547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-05-05) + +* @ember/app-blueprint 6.12.2 (patch) + +#### :bug: Bug Fix +* `@ember/app-blueprint` + * [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis)) + +#### Committers: 1 +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + ## Release (2026-04-18) * @ember/app-blueprint 6.12.1 (patch) diff --git a/package.json b/package.json index c7a9921..7ebf2e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "6.12.1", + "version": "6.12.2", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"