diff --git a/.release-plan.json b/.release-plan.json index efd25baf..79efb155 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,17 @@ "solution": { "ember-qunit": { "impact": "patch", - "oldVersion": "9.0.3", - "newVersion": "9.0.4", + "oldVersion": "9.0.4", + "newVersion": "9.0.5", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./addon/package.json" } }, - "description": "## Release (2025-09-12)\n\n* ember-qunit 9.0.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-qunit`\n * [#1197](https://github.com/emberjs/ember-qunit/pull/1197) Add types for object based test.each() datasets ([@sukima](https://github.com/sukima))\n\n#### Committers: 1\n- Devin Weaver ([@sukima](https://github.com/sukima))\n" + "description": "## Release (2026-04-24)\n\n* ember-qunit 9.0.5 (patch)\n\n#### :house: Internal\n* Other\n * [#1202](https://github.com/emberjs/ember-qunit/pull/1202) Bump ember-cli to ~6.12.0 in test apps ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n* `ember-qunit`\n * [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 94f2b748..39090653 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Release (2026-04-24) + +* ember-qunit 9.0.5 (patch) + +#### :house: Internal +* Other + * [#1202](https://github.com/emberjs/ember-qunit/pull/1202) Bump ember-cli to ~6.12.0 in test apps ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +* `ember-qunit` + * [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-09-12) * ember-qunit 9.0.4 (patch) diff --git a/addon/package.json b/addon/package.json index c705acc8..5e32a92f 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-qunit", - "version": "9.0.4", + "version": "9.0.5", "description": "QUnit helpers for testing Ember.js applications", "keywords": [ "ember-addon"