Skip to content

Commit 7895e28

Browse files
committed
chore(main): release 3.7.2
1 parent 6a2d66f commit 7895e28

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## [3.7.2](https://github.com/fastly/js-compute-runtime/compare/v3.7.1...v3.7.2) (2023-10-25)
5+
6+
7+
### Bug Fixes
8+
9+
* Make Response.redirect headers be immutable ([3527eaf](https://github.com/fastly/js-compute-runtime/commit/3527eaf62266a3cf7ea8ea4020bb5980bb7fa615))
10+
* return correct error type (TypeError or RangeError instead of Error) in Request and Response methods ([4ea7de7](https://github.com/fastly/js-compute-runtime/commit/4ea7de71301d841fdc99f45a3251f85c61710fd6))
11+
412
## 3.7.1 (2023-10-24)
513

614

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

0 commit comments

Comments
 (0)