Skip to content

Commit 642ce9d

Browse files
github-actions[bot]JakeChampion
authored andcommitted
chore(main): release 3.17.0
1 parent 00b971b commit 642ce9d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.17.0](https://github.com/fastly/js-compute-runtime/compare/v3.16.2...v3.17.0) (2024-07-11)
4+
5+
6+
### Features
7+
8+
* Include in the wasm metadata whether we are using StarlingMonkey and/or PBL ([#828](https://github.com/fastly/js-compute-runtime/issues/828)) ([00b971b](https://github.com/fastly/js-compute-runtime/commit/00b971b857e9c35a08e6fc5c0a84fb3c3bc7984e))
9+
10+
11+
### Bug Fixes
12+
13+
* keep sdkVersion property always up-to-date with the correct version of the SDK ([#829](https://github.com/fastly/js-compute-runtime/issues/829)) ([ae42634](https://github.com/fastly/js-compute-runtime/commit/ae4263418a52dfb62fe240584314948072ff30e7))
14+
315
## 3.16.2 (2024-07-10)
416

517

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.16.2",
3+
"version": "3.17.0",
44
"license": "Apache-2.0",
55
"main": "js-compute-runtime-cli.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)