Skip to content

Commit 2a17c40

Browse files
authored
chore(main): release 3.1.1 (#592)
Co-authored-by: JakeChampion <[email protected]>
1 parent 7f3f0a0 commit 2a17c40

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.1.1 (2023-07-14)
5+
6+
7+
### Fixed
8+
9+
* Request.prototype.clone - Do not create a body on the new request if the request instance being cloned does not contain a body ([5debe80](https://github.com/fastly/js-compute-runtime/commit/5debe806a4a40e0d3b07bdd6b71489aa7d739cff))
10+
411
## 3.1.0 (2023-07-12)
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.1.0",
3+
"version": "3.1.1",
44
"engines": {
55
"node": "16 - 20",
66
"npm": "^8 || ^9"

0 commit comments

Comments
 (0)