Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 26, 2024
1 parent 6f63a48 commit 5d19120
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions testrunner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Testrunner changelog (we do [semantic versioning](https://semver.org))

## 0.1.5 - 2024-06-26
### Fixed
* Update to Bull 4.14.0 [#32](https://github.com/sitespeedio/onlinetest/pull/32)
* Only keep 200 of latest completed job in the queue (make this configurable in the future) [#33](https://github.com/sitespeedio/onlinetest/pull/33).

## 0.1.4 - 2024-06-24
### Fixed
* Using common JS script files was broken, fixed in [#30](https://github.com/sitespeedio/onlinetest/pull/30).
Expand Down
2 changes: 1 addition & 1 deletion testrunner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitespeed.io/testrunner",
"version": "0.1.4",
"version": "0.1.5",
"description": "A test runner for sitespeed.io server.",
"type": "module",
"exports": "./app.js",
Expand Down

0 comments on commit 5d19120

Please sign in to comment.