Skip to content

Commit 190e48d

Browse files
authoredDec 10, 2024
chore(master): release 1.2.2 (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed3f881 commit 190e48d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.2.1"
2+
".": "1.2.2"
33
}
44

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/cloudinary/web-speed-test-server/compare/v1.2.1...v1.2.2) (2024-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.2.1](https://github.com/cloudinary/web-speed-test-server/compare/v1.2.0...v1.2.1) (2024-12-10)
411

512

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-speed-test-server",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)