Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.3.1...v4.0.0) (2020-11-03)

### Bug Fixes

* both members of IFunctionBodyOffset are mandatory numbers ([7383b87](7383b87))

### BREAKING CHANGES

* the `start` and `end` fields of `IFunctionBodyOffset`
were optional members before.
  • Loading branch information
semantic-release-bot committed Nov 3, 2020
1 parent 7383b87 commit 835f86a
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 @@
# [4.0.0](https://github.com/wasdk/wasmparser/compare/v3.3.1...v4.0.0) (2020-11-03)


### Bug Fixes

* both members of IFunctionBodyOffset are mandatory numbers ([7383b87](https://github.com/wasdk/wasmparser/commit/7383b87960e09844c094588424bc0acb3076838c))


### BREAKING CHANGES

* the `start` and `end` fields of `IFunctionBodyOffset`
were optional members before.

## [3.3.1](https://github.com/wasdk/wasmparser/compare/v3.3.0...v3.3.1) (2020-10-27)


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

0 comments on commit 835f86a

Please sign in to comment.