Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent 263f41a commit 92b2ff0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

## 0.4.3 - 2024-09-24
## 0.4.5 - 2024-09-24
### Fixed
* Express 5.0.0 [#86](https://github.com/sitespeedio/onlinetest/pull/86).
* Update body parser [#88](https://github.com/sitespeedio/onlinetest/pull/88).
Expand Down
4 changes: 2 additions & 2 deletions server/npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@sitespeed.io/server",
"version": "0.4.4",
"version": "0.4.5",
"description": "The sitespeed.io server",
"type": "module",
"exports": "./app.js",
"bin": {
"sitespeed.io-server": "./app.js"
},
"engines": {
"node": ">=20"
},
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 92b2ff0

Please sign in to comment.