Skip to content

Commit 82df705

Browse files
committed
v0.1.6
1 parent 8a06138 commit 82df705

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.1.6] - 2025-09-05
11+
1012
### Fixed
1113

1214
- Correctly handle UTF-8 multibyte characters that span chunks ([#3](https://github.com/fastly/compute-js-esi/pull/3)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fastly/esi",
33
"description": "ESI implementation for JavaScript, using the modern fetch and streaming APIs.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/fastly/compute-js-esi.git"

test/e2e/01/edge/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)