Skip to content

Commit 4e12b05

Browse files
authored
chore(main): release 3.9.1 (#735)
1 parent 550c4f5 commit 4e12b05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## 3.9.1 (2024-03-04)
5+
6+
7+
### Fixed
8+
9+
* ensure we associate correct memory for the user_metadata attached to a cache item ([#734](https://github.com/fastly/js-compute-runtime/issues/734)) ([550c4f5](https://github.com/fastly/js-compute-runtime/commit/550c4f5502e710f0b7cf11d0132270bcc91e7235))
10+
411
## 3.9.0 (2024-03-02)
512

613

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"engines": {
55
"node": "16 - 20",
66
"npm": "^8 || ^9"

0 commit comments

Comments
 (0)