diff --git a/.release-plan.json b/.release-plan.json index eee6200..3ca0195 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "@universal-ember/test-support": { - "impact": "minor", - "oldVersion": "0.8.0", - "newVersion": "0.9.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./test-support/package.json" + "oldVersion": "0.9.0" } }, - "description": "## Release (2026-07-28)\n\n* @universal-ember/test-support 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#137](https://github.com/universal-ember/test-support/pull/137) visitAllLinks: add a shouldVisit filter ([@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 54bae32..eba3475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-07-28) * @universal-ember/test-support 0.9.0 (minor)