Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"solution": {
"@universal-ember/test-support": {
"impact": "minor",
"oldVersion": "0.5.1",
"newVersion": "0.6.0",
"impact": "patch",
"oldVersion": "0.6.0",
"newVersion": "0.6.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./test-support/package.json"
}
},
"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"
"description": "## Release (2026-02-06)\n\n* @universal-ember/test-support 0.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/test-support`\n * [#112](https://github.com/universal-ember/test-support/pull/112) Fix known redirects support in visitAll ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2026-02-06)

* @universal-ember/test-support 0.6.1 (patch)

#### :bug: Bug Fix
* `@universal-ember/test-support`
* [#112](https://github.com/universal-ember/test-support/pull/112) Fix known redirects support in visitAll ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-02-06)

* @universal-ember/test-support 0.6.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion test-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-ember/test-support",
"version": "0.6.0",
"version": "0.6.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down