Skip to content

Commit

Permalink
chore(master): release 1.1.5 (#72)
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 Jun 4, 2024
1 parent fe3da81 commit e0f36df
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4"
".": "1.1.5"
}

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

## [1.1.5](https://github.com/cloudinary/web-speed-test-server/compare/v1.1.4...v1.1.5) (2024-06-04)


### Bug Fixes

* lcp incorrectly handled in results parser ([#71](https://github.com/cloudinary/web-speed-test-server/issues/71)) ([fe3da81](https://github.com/cloudinary/web-speed-test-server/commit/fe3da81280f232e0dbf3b82f4bcaf69f9ccf867b))

## [1.1.4](https://github.com/cloudinary/web-speed-test-server/compare/v1.1.3...v1.1.4) (2024-03-26)


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.4",
"version": "1.1.5",
"private": true,
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit e0f36df

Please sign in to comment.