Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.1"
".": "1.2.2"
}

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

## [1.2.2](https://github.com/cloudinary/web-speed-test-server/compare/v1.2.1...v1.2.2) (2024-12-10)


### Bug Fixes

* changed name of WTP_LS_ALLOW_REGEX to WTP_LS_ALLOWED_LOCATIONS_REGEX and introduced a new option WTP_LS_ENABLED ([#102](https://github.com/cloudinary/web-speed-test-server/issues/102)) ([ed3f881](https://github.com/cloudinary/web-speed-test-server/commit/ed3f88128ed08825fa2ded97034233e5d356262b))

## [1.2.1](https://github.com/cloudinary/web-speed-test-server/compare/v1.2.0...v1.2.1) (2024-12-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.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"test": "mocha",
Expand Down