new release

This commit is contained in:
soulgalore 2023-11-29 09:12:35 +01:00
parent 3d396b47db
commit 803da2ff96
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
## 30.6.0 - 2023-11-29
### Added
* Make sure browser cpu benchmark is included in the baseline [#4015](https://github.com/sitespeedio/sitespeed.io/pull/4015).
* Fixed so baseline metrics is linked to graphs [#4016](https://github.com/sitespeedio/sitespeed.io/pull/4016).
### Fixed
* Fix decimals on Google Web Vitals in baseline [#4014](https://github.com/sitespeedio/sitespeed.io/pull/4014).
## 30.5.0 - 2023-11-28
### Added
* The new compare plugin can now run without an id. The id will then be generated from the URL. If you don't give it an id, yoiu can only compare pages with the exact same URL [#4013](https://github.com/sitespeedio/sitespeed.io/pull/4013).