Skip to content

Commit d56fad1

Browse files
chore(release): 5.5.0 [skip ci]
# [5.5.0](v5.4.0...v5.5.0) (2023-05-12) ### Features * update wabt; rename memory insts and tag ops ([#134](#134)) ([f895bbb](f895bbb))
1 parent f895bbb commit d56fad1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.5.0](https://github.com/wasdk/wasmparser/compare/v5.4.0...v5.5.0) (2023-05-12)
2+
3+
4+
### Features
5+
6+
* update wabt; rename memory insts and tag ops ([#134](https://github.com/wasdk/wasmparser/issues/134)) ([f895bbb](https://github.com/wasdk/wasmparser/commit/f895bbb0d3954491b3ba157a8161b1cdb0939168))
7+
18
# [5.4.0](https://github.com/wasdk/wasmparser/compare/v5.3.0...v5.4.0) (2021-10-12)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasmparser",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Binary WebAssembly file parser.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)