Skip to content

Commit 44d0037

Browse files
chore(main): release 3.27.0
1 parent 434bda4 commit 44d0037

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.27.0](https://github.com/fastly/js-compute-runtime/compare/v3.26.0...v3.27.0) (2024-11-07)
4+
5+
6+
### Features
7+
8+
* --enable-aot AOT compilation flag; no longer experimental. ([#1033](https://github.com/fastly/js-compute-runtime/issues/1033)) ([8128c4d](https://github.com/fastly/js-compute-runtime/commit/8128c4dd4b64b5a9979d7dc690d02b2c7bbcc1f7))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure headers are set on first commit ([#1036](https://github.com/fastly/js-compute-runtime/issues/1036)) ([d622799](https://github.com/fastly/js-compute-runtime/commit/d6227994b896b3e31592231db955ddef3e8356bc))
14+
* fixup compute-file-server-cli dependency build ([#1037](https://github.com/fastly/js-compute-runtime/issues/1037)) ([434bda4](https://github.com/fastly/js-compute-runtime/commit/434bda47ab8f26e1b4dd49985f0eb529dd0f0cfe))
15+
316
## 3.26.0 (2024-10-31)
417

518
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)