Skip to content

Commit 656848d

Browse files
committed
chore(main): release 0.7.0
1 parent 4131d4e commit 656848d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/fastly/js-compute-runtime/compare/v0.6.0...v0.7.0) (2022-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* compute runtime component build ([#326](https://github.com/fastly/js-compute-runtime/issues/326))
9+
10+
### Features
11+
12+
* compute runtime component build ([#326](https://github.com/fastly/js-compute-runtime/issues/326)) ([197504c](https://github.com/fastly/js-compute-runtime/commit/197504c4192e019264011d732a7009786a7a38d0))
13+
14+
15+
### Bug Fixes
16+
17+
* Limit to node 16/17/18 as some dependencies do not work on node19 yet ([0d48f77](https://github.com/fastly/js-compute-runtime/commit/0d48f77467fc0c85c837c36b2e3991a2f6b35bcf))
18+
319
## [0.6.0](https://github.com/fastly/js-compute-runtime/compare/v0.5.15...v0.6.0) (2022-12-09)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"engines": {
55
"node": "16 - 18",
66
"npm": "^8"

0 commit comments

Comments
 (0)