We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf2c40 commit 22f19b9Copy full SHA for 22f19b9
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.6.0](https://github.com/fastly/js-compute-runtime/compare/v1.5.2...v1.6.0) (2023-03-28)
4
+
5
6
+### Features
7
8
+* Implement JS CryptoKey Interface ([adb31f7](https://github.com/fastly/js-compute-runtime/commit/adb31f7197acf869af1852c0656847e4ab240089))
9
10
## [1.5.2](https://github.com/fastly/js-compute-runtime/compare/v1.5.1...v1.5.2) (2023-03-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
- "version": "1.5.2",
+ "version": "1.6.0",
"engines": {
"node": "16 - 19",
"npm": "^8 || ^9"
0 commit comments