Skip to content

Commit a5669c3

Browse files
committed
chore(main): release 0.6.0
1 parent c37c902 commit a5669c3

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.6.0](https://github.com/fastly/js-compute-runtime/compare/v0.5.15...v0.6.0) (2022-12-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features
9+
10+
### Features
11+
12+
* Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features ([c90c145](https://github.com/fastly/js-compute-runtime/commit/c90c14570a0375692da62eb11811e01babe28de8))
13+
14+
15+
### Bug Fixes
16+
17+
* Throw TypeErrors in config-store if supplied with invalid parameters or the config-store does not exist ([6b70180](https://github.com/fastly/js-compute-runtime/commit/6b70180560b0c28bbc009af49fa7b25bd890d4a2))
18+
319
## [0.5.15](https://github.com/fastly/js-compute-runtime/compare/v0.5.14...v0.5.15) (2022-12-08)
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.5.15",
3+
"version": "0.6.0",
44
"engines": {
55
"node": "16 - 19",
66
"npm": "^8"

0 commit comments

Comments
 (0)