Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2021-02-24)

### Features

* add support for WasmGC proposal ([5d4e5a0](5d4e5a0))

### BREAKING CHANGES

* IFunctionType is replaced by the more general ITypeEntry.
* Type is now a class; the former enum is now called TypeKind. Several other interfaces now use Type instances instead of numbers to describe types.
  • Loading branch information
semantic-release-bot committed Feb 24, 2021
1 parent 5d4e5a0 commit 6a4399b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.0.0](https://github.com/wasdk/wasmparser/compare/v4.0.0...v5.0.0) (2021-02-24)


### Features

* add support for WasmGC proposal ([5d4e5a0](https://github.com/wasdk/wasmparser/commit/5d4e5a0a21f9fc4958c8c1a834c2af49dafd8641))


### BREAKING CHANGES

* IFunctionType is replaced by the more general ITypeEntry.
* Type is now a class; the former enum is now called TypeKind. Several other interfaces now use Type instances instead of numbers to describe types.

# [4.0.0](https://github.com/wasdk/wasmparser/compare/v3.3.1...v4.0.0) (2020-11-03)


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

0 comments on commit 6a4399b

Please sign in to comment.