From 663a96eab36530b7043b1cc1d4531fbd24f5329e Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 18 Dec 2024 10:30:48 +0100 Subject: [PATCH] new release --- testrunner/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testrunner/CHANGELOG.md b/testrunner/CHANGELOG.md index d064b71..0d89c43 100644 --- a/testrunner/CHANGELOG.md +++ b/testrunner/CHANGELOG.md @@ -1,5 +1,9 @@ # Testrunner changelog (we do [semantic versioning](https://semver.org)) +## 1.0.3 - 2024-12-18 +### Fixed +* Fix killing WebPageReplay correctly and correct path to WebPageReplay files [#108](https://github.com/sitespeedio/onlinetest/pull/108). + ## 1.0.2 - 2024-12-18 ### Fixed * Fix broken path to the WebPageReplay script when running as npm package and fix so you also can run desktop test using WebPageReplay when you use npm [#107](https://github.com/sitespeedio/onlinetest/pull/107).