Skip to content

Commit f4a649a

Browse files
authored
chore(main): release 3.2.1 (#626)
1 parent a6f557b commit f4a649a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## 3.2.1 (2023-08-16)
5+
6+
7+
### Fixed
8+
9+
* Add documentation and type definitions for the new event.client.* fields ([#625](https://github.com/fastly/js-compute-runtime/issues/625)) ([a6f557b](https://github.com/fastly/js-compute-runtime/commit/a6f557ba1b03035869e4c4fb3d9679fb3e28fd1f))
10+
411
## 3.2.0 (2023-08-10)
512

613
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"engines": {
55
"node": "16 - 20",
66
"npm": "^8 || ^9"

0 commit comments

Comments
 (0)