Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 18, 2024
1 parent 5825ae8 commit 6b6f30f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# sitespeed.io server changelog (we do [semantic versioning](https://semver.org))

## 0.0.4
### Fixed
* Make sure URLs are kept as is in the database and when sent to the testrunner [#22](https://github.com/sitespeedio/onlinetest/pull/22). This makes sense so your test can keep running as before when you move your tesing to server/testrunner.

## 0.0.3 - 2024-06-04
### Fixed
* Updated to Pug 3.0.3 [#12](https://github.com/sitespeedio/onlinetest/pull/12).
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitespeed.io/server",
"version": "0.0.3",
"version": "0.0.4",
"description": "The sitespeed.io server",
"type": "module",
"exports": "./app.js",
Expand Down

0 comments on commit 6b6f30f

Please sign in to comment.