diff --git a/CHANGELOG.md b/CHANGELOG.md index f90f884085..d28dac8a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.29.0](https://github.com/fastly/js-compute-runtime/compare/v3.28.0...v3.29.0) (2024-12-31) + + +### Features + +* Blob support for fetch API ([#1070](https://github.com/fastly/js-compute-runtime/issues/1070)) ([56aa96d](https://github.com/fastly/js-compute-runtime/commit/56aa96d5a223d45d79327f0a19bcfd93f1e90363)) + + +### Bug Fixes + +* reinstate broken wpt tests ([#1071](https://github.com/fastly/js-compute-runtime/issues/1071)) ([5e2c682](https://github.com/fastly/js-compute-runtime/commit/5e2c68228be24ea6bd286fca0ca1ffbe028199c2)) + ## 3.28.0 (2024-12-09) ### Added diff --git a/package-lock.json b/package-lock.json index 39865b8a82..a54fbd6781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fastly/js-compute", - "version": "3.28.0", + "version": "3.29.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fastly/js-compute", - "version": "3.28.0", + "version": "3.29.0", "license": "Apache-2.0", "dependencies": { "@bytecodealliance/jco": "^1.7.0", diff --git a/package.json b/package.json index f7b5ab8ba7..1f9ac74808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastly/js-compute", - "version": "3.28.0", + "version": "3.29.0", "license": "Apache-2.0", "main": "js-compute-runtime-cli.js", "types": "types/index.d.ts",