Skip to content

Commit

Permalink
Merge pull request #21 from ava-labs/dev
Browse files Browse the repository at this point in the history
v0.8.2
  • Loading branch information
kanatliemre authored Jul 26, 2021
2 parents 382b1ad + 05d6b16 commit a3afc89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.8.2

#### Changed

- Minimum required node version is `>=15`. `crypto.subtle` support got added on this version.

## v0.8.1

#### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"src"
],
"engines": {
"node": ">=16"
"node": ">=15"
},
"scripts": {
"start": "rollup -c --watch",
Expand Down

0 comments on commit a3afc89

Please sign in to comment.