Skip to content

Commit b3ed6f4

Browse files
chore(main): release 3.21.1 (#913)
1 parent 91ae54c commit b3ed6f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.21.1](https://github.com/fastly/js-compute-runtime/compare/v3.21.0...v3.21.1) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* missing publish file, parallel publish build ([#912](https://github.com/fastly/js-compute-runtime/issues/912)) ([91ae54c](https://github.com/fastly/js-compute-runtime/commit/91ae54cbbd92d83fa9c1896df006b1008a5f8291))
9+
310
## [3.21.0](https://github.com/fastly/js-compute-runtime/compare/v3.20.0...v3.21.0) (2024-08-27)
411

512

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

0 commit comments

Comments
 (0)