diff --git a/.release-plan.json b/.release-plan.json index 16c16bb..9afe6e3 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "@universal-ember/test-support": { - "impact": "minor", - "oldVersion": "0.6.1", - "newVersion": "0.7.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./test-support/package.json" + "oldVersion": "0.7.0" } }, - "description": "## Release (2026-02-10)\n\n* @universal-ember/test-support 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#114](https://github.com/universal-ember/test-support/pull/114) visitAllLinks: add support for rootURL ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c027dc4..cce8ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-02-10) * @universal-ember/test-support 0.7.0 (minor)