We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8ca2e commit 6b5f243Copy full SHA for 6b5f243
.release-please-manifest.json
@@ -1,4 +1,4 @@
1
{
2
- ".": "1.3.1"
+ ".": "1.3.2"
3
}
4
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.3.2](https://github.com/cloudinary/web-speed-test-server/compare/v1.3.1...v1.3.2) (2025-02-12)
+
5
6
+### Bug Fixes
7
8
+* typo in logger function name ([0a8ca2e](https://github.com/cloudinary/web-speed-test-server/commit/0a8ca2ea7162abfda6b8deffa49fe59c13b6cc09))
9
10
## [1.3.1](https://github.com/cloudinary/web-speed-test-server/compare/v1.3.0...v1.3.1) (2025-02-12)
11
12
package.json
@@ -1,6 +1,6 @@
"name": "web-speed-test-server",
- "version": "1.3.1",
+ "version": "1.3.2",
"private": true,
"scripts": {
"test": "mocha",
0 commit comments