We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3a671 commit 56ca008Copy full SHA for 56ca008
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.0](https://github.com/fastly/js-compute-runtime/compare/v1.1.0...v1.2.0) (2023-01-17)
4
+
5
6
+### Features
7
8
+* implement Request.prototype.clone ([3f3a671](https://github.com/fastly/js-compute-runtime/commit/3f3a67199c27ea4500fa861a993163e5d376aafd))
9
10
## [1.1.0](https://github.com/fastly/js-compute-runtime/compare/v1.0.1...v1.1.0) (2023-01-06)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
- "version": "1.1.0",
+ "version": "1.2.0",
"engines": {
"node": "16 - 18",
"npm": "^8"
0 commit comments