Skip to content

Commit

Permalink
chore(release): 5.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.8.0](v5.7.0...v5.8.0) (2023-09-28)

### Features

* change Wasm GC encoding ([#137](#137)) ([c316e7d](c316e7d))
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent c316e7d commit 92471d0
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.8.0](https://github.com/wasdk/wasmparser/compare/v5.7.0...v5.8.0) (2023-09-28)


### Features

* change Wasm GC encoding ([#137](https://github.com/wasdk/wasmparser/issues/137)) ([c316e7d](https://github.com/wasdk/wasmparser/commit/c316e7dfb555dee561f16b928a64fafa370aa7b2))

# [5.7.0](https://github.com/wasdk/wasmparser/compare/v5.6.0...v5.7.0) (2023-06-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.7.0",
"version": "5.8.0",
"description": "Binary WebAssembly file parser.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 92471d0

Please sign in to comment.