Skip to content

Commit d453708

Browse files
chore(release): 5.3.0 [skip ci]
# [5.3.0](v5.2.0...v5.3.0) (2021-09-20) ### Bug Fixes * escape export name strings §6.3.3 ([1c0d874](1c0d874)) ### Features * add tests for escaped export name strings ([8c27bdf](8c27bdf)) * update GC proposal support to "milestone 4" ([5d63bb6](5d63bb6))
1 parent 8051b7b commit d453708

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.3.0](https://github.com/wasdk/wasmparser/compare/v5.2.0...v5.3.0) (2021-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* escape export name strings §6.3.3 ([1c0d874](https://github.com/wasdk/wasmparser/commit/1c0d874bde1544c03661ccfa63575be321eb6f73))
7+
8+
9+
### Features
10+
11+
* add tests for escaped export name strings ([8c27bdf](https://github.com/wasdk/wasmparser/commit/8c27bdf516ab91d63595d0b283e57a9e7762d4fc))
12+
* update GC proposal support to "milestone 4" ([5d63bb6](https://github.com/wasdk/wasmparser/commit/5d63bb6b441ff064abf13559ca308b16c222c18f))
13+
114
# [5.2.0](https://github.com/wasdk/wasmparser/compare/v5.1.1...v5.2.0) (2021-05-31)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.0",
3+
"version": "5.3.0",
44
"description": "Binary WebAssembly file parser.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)