From 9a7a2170cf4d0945617e0029d05021db576fb171 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 7 Jun 2024 05:57:40 +0200 Subject: [PATCH] fix release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eae4ecc7..ecbf66d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) + +## 34.1.1 - 2024-06-07 +### Fixed +* Enabling extra profile run/video run didn't stop the Browsertime engine in the correct place. PR [#4179](https://github.com/sitespeedio/sitespeed.io/pull/4179) fixes that. + ## 34.1.0 - 2024-06-06 ### Added * Add `--enableVideoRun`. You can use it together with `--video false --visualMetrics true` to do one extra run where the video is kept. This is useful for tests against replay proxies [#4177](https://github.com/sitespeedio/sitespeed.io/pull/4177).