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 040ea8b commit 3ac7f98Copy full SHA for 3ac7f98
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.17.3](https://github.com/fastly/js-compute-runtime/compare/v3.17.2...v3.17.3) (2024-07-16)
4
+
5
6
+### Bug Fixes
7
8
+* Remove accidentally commited debug messages which write to stderr ([#838](https://github.com/fastly/js-compute-runtime/issues/838)) ([040ea8b](https://github.com/fastly/js-compute-runtime/commit/040ea8be352884c3536ac7e786663b4596617e6e))
9
10
## 3.17.2 (2024-07-13)
11
12
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
- "version": "3.17.2",
+ "version": "3.17.3",
"license": "Apache-2.0",
"main": "js-compute-runtime-cli.js",
"types": "types/index.d.ts",
0 commit comments