diff --git a/change/@microsoft-fast-test-harness-00c6dcf7-fba5-4d5a-ae04-e1839e91b89a.json b/change/@microsoft-fast-test-harness-00c6dcf7-fba5-4d5a-ae04-e1839e91b89a.json deleted file mode 100644 index 4971b16dd1a..00000000000 --- a/change/@microsoft-fast-test-harness-00c6dcf7-fba5-4d5a-ae04-e1839e91b89a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Add multi-route support", - "packageName": "@microsoft/fast-test-harness", - "email": "863023+radium-v@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/package-lock.json b/package-lock.json index 79cf28f5e99..75e0a806bdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6041,7 +6041,7 @@ }, "packages/fast-test-harness": { "name": "@microsoft/fast-test-harness", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "cheerio": "1.2.0" diff --git a/packages/fast-test-harness/CHANGELOG.json b/packages/fast-test-harness/CHANGELOG.json index 694f097346b..cf9cb54a6c6 100644 --- a/packages/fast-test-harness/CHANGELOG.json +++ b/packages/fast-test-harness/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/fast-test-harness", "entries": [ + { + "date": "Wed, 19 Aug 2026 18:40:05 GMT", + "version": "0.5.0", + "tag": "@microsoft/fast-test-harness_v0.5.0", + "comments": { + "minor": [ + { + "author": "863023+radium-v@users.noreply.github.com", + "package": "@microsoft/fast-test-harness", + "commit": "436049ca921f4fd6696921486a3af47194524a13", + "comment": "Add multi-route support" + } + ] + } + }, { "date": "Wed, 29 Jul 2026 19:34:55 GMT", "version": "0.4.1", diff --git a/packages/fast-test-harness/CHANGELOG.md b/packages/fast-test-harness/CHANGELOG.md index 97d07d27632..f3601a3455f 100644 --- a/packages/fast-test-harness/CHANGELOG.md +++ b/packages/fast-test-harness/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @microsoft/fast-test-harness - + +## 0.5.0 + +Wed, 19 Aug 2026 18:40:05 GMT + +### Minor changes + +- Add multi-route support (863023+radium-v@users.noreply.github.com) + ## 0.4.1 Wed, 29 Jul 2026 19:34:55 GMT diff --git a/packages/fast-test-harness/package.json b/packages/fast-test-harness/package.json index 4aed49010ad..79b4913f09d 100644 --- a/packages/fast-test-harness/package.json +++ b/packages/fast-test-harness/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-test-harness", - "version": "0.4.1", + "version": "0.5.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4"