Skip to content

Commit a6d4e9b

Browse files
authored
chore(main): release 3.6.1 (#677)
1 parent 637c828 commit a6d4e9b

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.6.1 (2023-09-27)
5+
6+
7+
### Fixed
8+
9+
* ensure we throw an error when trying to base64 decode _ via `atob` ([1b2b2f9](https://github.com/fastly/js-compute-runtime/commit/1b2b2f9d807780cf03964a30801644c8bc3b698b))
10+
411
## 3.6.0 (2023-09-22)
512

613

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.6.0",
3+
"version": "3.6.1",
44
"engines": {
55
"node": "16 - 20",
66
"npm": "^8 || ^9"

0 commit comments

Comments
 (0)