diff --git a/CHANGELOG.md b/CHANGELOG.md index a0161d4c02..5d64503f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.32.0](https://github.com/fastly/js-compute-runtime/compare/v3.31.0...v3.32.0) (2025-02-20) + + +### Features + +* Acl Support ([#1073](https://github.com/fastly/js-compute-runtime/issues/1073)) ([0f93f7b](https://github.com/fastly/js-compute-runtime/commit/0f93f7ba72f3a7cdb3de979af8ef677bccc1bd5b)) + ## 3.31.0 (2025-02-14) ### Added diff --git a/package-lock.json b/package-lock.json index 770790d480..de2f471c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fastly/js-compute", - "version": "3.31.0", + "version": "3.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fastly/js-compute", - "version": "3.31.0", + "version": "3.32.0", "license": "Apache-2.0", "dependencies": { "@bytecodealliance/jco": "^1.7.0", diff --git a/package.json b/package.json index b4fa0f9bbc..a93207e885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastly/js-compute", - "version": "3.31.0", + "version": "3.32.0", "license": "Apache-2.0", "main": "js-compute-runtime-cli.js", "types": "types/index.d.ts",