diff --git a/.release-plan.json b/.release-plan.json index 8c192ae..0f0d573 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "@universal-ember/test-support": { - "impact": "minor", - "oldVersion": "0.1.1", - "newVersion": "0.2.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./test-support/package.json" + "oldVersion": "0.2.0" } }, - "description": "## Release (2024-03-13)\n\n@universal-ember/test-support 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#9](https://github.com/universal-ember/test-support/pull/9) Add getService ([@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 5c9534a..5836043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-03-13) @universal-ember/test-support 0.2.0 (minor)