Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 17, 2022
1 parent 78cbf27 commit 3ddb700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.10.2
* fix: asm.js memory allocations, https://github.com/guybedford/es-module-lexer/pull/108

0.10.1
* fix: asm.js memory limit issue, https://github.com/guybedford/es-module-lexer/pull/107

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-module-lexer",
"version": "0.10.1",
"version": "0.10.2",
"description": "Lexes ES modules returning their import/export metadata",
"main": "dist/lexer.cjs",
"module": "dist/lexer.js",
Expand Down

0 comments on commit 3ddb700

Please sign in to comment.