Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 10, 2024
1 parent ae132d2 commit ebe329c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.1.8"
".": "1.2.0"
}

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/cloudinary/web-speed-test-server/compare/v1.1.8...v1.2.0) (2024-12-10)


### Features

* add WPT queue WST selected region monitoring (DELO-4838) ([#97](https://github.com/cloudinary/web-speed-test-server/issues/97)) ([ae132d2](https://github.com/cloudinary/web-speed-test-server/commit/ae132d20344e5fde293f1d9d3c6e82b3ebcafd6d))
* load balance test location in WPT (DELO-4766) ([#95](https://github.com/cloudinary/web-speed-test-server/issues/95)) ([1b5be14](https://github.com/cloudinary/web-speed-test-server/commit/1b5be1497cd16830b648c4ff84f815714451ea6f))

## [1.1.8](https://github.com/cloudinary/web-speed-test-server/compare/v1.1.7...v1.1.8) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-speed-test-server",
"version": "1.1.8",
"version": "1.2.0",
"private": true,
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit ebe329c

Please sign in to comment.