From 41220f5e59b2119fe279917502e9355b6db81263 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:11:34 +0000 Subject: [PATCH] Prepare Release v0.6.0 using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 14 ++++++++++++++ test-support/package.json | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 40e65e3..f9350ba 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,18 @@ { "solution": { "@universal-ember/test-support": { - "impact": "patch", - "oldVersion": "0.5.0", - "newVersion": "0.5.1", + "impact": "minor", + "oldVersion": "0.5.1", + "newVersion": "0.6.0", "tagName": "latest", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./test-support/package.json" } }, - "description": "## Release (2025-05-28)\n\n* @universal-ember/test-support 0.5.1 (patch) \n\n#### :house: Internal\n* `@universal-ember/test-support`\n * [#87](https://github.com/universal-ember/test-support/pull/87) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-02-06)\n\n* @universal-ember/test-support 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#110](https://github.com/universal-ember/test-support/pull/110) Support custom known redirects in visitAll ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#111](https://github.com/universal-ember/test-support/pull/111) update release-plan ([@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 774dfa9..041a157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Release (2026-02-06) + +* @universal-ember/test-support 0.6.0 (minor) + +#### :rocket: Enhancement +* `@universal-ember/test-support` + * [#110](https://github.com/universal-ember/test-support/pull/110) Support custom known redirects in visitAll ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#111](https://github.com/universal-ember/test-support/pull/111) update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-05-28) * @universal-ember/test-support 0.5.1 (patch) diff --git a/test-support/package.json b/test-support/package.json index 2ff6160..b0bbdc2 100644 --- a/test-support/package.json +++ b/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/test-support", - "version": "0.5.1", + "version": "0.6.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"