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

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/fast-test-harness/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 9 additions & 1 deletion packages/fast-test-harness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-test-harness

<!-- This log was last generated on Wed, 29 Jul 2026 19:34:55 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 19 Aug 2026 18:40:05 GMT and should not be manually modified. -->

<!-- Start content -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-test-harness/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading