Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 26, 2024
1 parent ffa2781 commit 0bf3a17
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.2.0 - 2024-06-26
### Added
* Make removeOnComplete and removeOnFail in the queue configurable. If you run a large installation with many many tests, you may want to increase the number of tests that will continue to live in the queue after the test has completed (removeOnComplete) [#35](https://github.com/sitespeedio/onlinetest/pull/35).

## 0.1.5 - 2024-06-26
### Fixed
* Update to Bull 4.14.0 [#32](https://github.com/sitespeedio/onlinetest/pull/32)
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.5",
"version": "0.2.0",
"description": "A test runner for sitespeed.io server.",
"type": "module",
"exports": "./app.js",
Expand Down

0 comments on commit 0bf3a17

Please sign in to comment.