Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0](v5.1.1...v5.2.0) (2021-05-31)

### Features

* implement br_on_non_null too ([e5415ae](e5415ae))
* implement more instructions ([08c1f87](08c1f87))
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent e5415ae commit d7a8c24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.2.0](https://github.com/wasdk/wasmparser/compare/v5.1.1...v5.2.0) (2021-05-31)


### Features

* implement br_on_non_null too ([e5415ae](https://github.com/wasdk/wasmparser/commit/e5415aed971a6fa1919498dbce5ac537dbf00582))
* implement more instructions ([08c1f87](https://github.com/wasdk/wasmparser/commit/08c1f877d81cb2b7d603b8998e22840deebd1072))

## [5.1.1](https://github.com/wasdk/wasmparser/compare/v5.1.0...v5.1.1) (2021-04-26)


Expand Down
2 changes: 1 addition & 1 deletion 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": "wasmparser",
"version": "5.1.1",
"version": "5.2.0",
"description": "Binary WebAssembly file parser.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d7a8c24

Please sign in to comment.