Skip to content

Commit

Permalink
chore(release): 5.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.10.0](v5.9.0...v5.10.0) (2024-03-14)

### Features

* implement exnref type and try_table opcode. ([#141](#141)) ([5aa20fd](5aa20fd))
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent 5aa20fd commit 0a666d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.10.0](https://github.com/wasdk/wasmparser/compare/v5.9.0...v5.10.0) (2024-03-14)


### Features

* implement exnref type and try_table opcode. ([#141](https://github.com/wasdk/wasmparser/issues/141)) ([5aa20fd](https://github.com/wasdk/wasmparser/commit/5aa20fd4dc656bd060371e281ef2617ad5b4800b))

# [5.9.0](https://github.com/wasdk/wasmparser/compare/v5.8.0...v5.9.0) (2023-11-16)


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": "wasmparser",
"version": "5.9.0",
"version": "5.10.0",
"description": "Binary WebAssembly file parser.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0a666d5

Please sign in to comment.