diff --git a/CHANGELOG.md b/CHANGELOG.md index fb62b07772..c7c2975f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.22.2](https://github.com/fastly/js-compute-runtime/compare/v3.22.1...v3.22.2) (2024-09-12) + + +### Bug Fixes + +* docs deployment ([#964](https://github.com/fastly/js-compute-runtime/issues/964)) ([510c246](https://github.com/fastly/js-compute-runtime/commit/510c246315cfb247485aed05442be93981e965f2)) + ## 3.22.1 (2024-09-12) ### Fixed diff --git a/package-lock.json b/package-lock.json index 38bb329958..d9f153be0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fastly/js-compute", - "version": "3.22.1", + "version": "3.22.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fastly/js-compute", - "version": "3.22.1", + "version": "3.22.2", "license": "Apache-2.0", "dependencies": { "@bytecodealliance/jco": "^1.5.0", diff --git a/package.json b/package.json index 9e22bc0eda..520436c7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastly/js-compute", - "version": "3.22.1", + "version": "3.22.2", "license": "Apache-2.0", "main": "js-compute-runtime-cli.js", "types": "types/index.d.ts",