Skip to content

Commit

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

### Features

* fix text representation of some ref and relaxed_simd ops ([#144](#144)) ([41a16d5](41a16d5))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent 41a16d5 commit 1140393
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.0](https://github.com/wasdk/wasmparser/compare/v5.10.0...v5.11.0) (2024-03-15)


### Features

* fix text representation of some ref and relaxed_simd ops ([#144](https://github.com/wasdk/wasmparser/issues/144)) ([41a16d5](https://github.com/wasdk/wasmparser/commit/41a16d5f5ff5bfada881eb7509c37cb9666cec9e))

# [5.10.0](https://github.com/wasdk/wasmparser/compare/v5.9.0...v5.10.0) (2024-03-14)


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

0 comments on commit 1140393

Please sign in to comment.