Skip to content

Commit

Permalink
chore(main): release 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent 434bda4 commit 44d0037
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.27.0](https://github.com/fastly/js-compute-runtime/compare/v3.26.0...v3.27.0) (2024-11-07)


### Features

* --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))


### Bug Fixes

* 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))
* 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))

## 3.26.0 (2024-10-31)

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
"version": "3.26.0",
"version": "3.27.0",
"license": "Apache-2.0",
"main": "js-compute-runtime-cli.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 44d0037

Please sign in to comment.