Skip to content

Commit

Permalink
chore(release): 5.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.11.1](v5.11.0...v5.11.1) (2024-07-29)

### Bug Fixes

* remove duplicate entry for readCodeOperator [f32x4_abs] ([#146](#146)) ([49fe9c1](49fe9c1))
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 49fe9c1 commit 9b8c7f7
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.11.1](https://github.com/wasdk/wasmparser/compare/v5.11.0...v5.11.1) (2024-07-29)


### Bug Fixes

* remove duplicate entry for readCodeOperator [f32x4_abs] ([#146](https://github.com/wasdk/wasmparser/issues/146)) ([49fe9c1](https://github.com/wasdk/wasmparser/commit/49fe9c1240c3e5feff11e5248e6d2867ae760038))

# [5.11.0](https://github.com/wasdk/wasmparser/compare/v5.10.0...v5.11.0) (2024-03-15)


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

0 comments on commit 9b8c7f7

Please sign in to comment.