We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebb524 commit 2c85af8Copy full SHA for 2c85af8
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
4
+## 3.8.1 (2024-01-17)
5
+
6
7
+### Fixed
8
9
+* parse latin-1 encoded field values correctly ([#715](https://github.com/fastly/js-compute-runtime/issues/715)) ([9ebb524](https://github.com/fastly/js-compute-runtime/commit/9ebb524d4eef97ba71ae19ee1c2b1e61f3fd391c))
10
11
## 3.8.0 (2024-01-11)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
- "version": "3.8.0",
+ "version": "3.8.1",
"engines": {
"node": "16 - 20",
"npm": "^8 || ^9"
0 commit comments