Skip to content

Commit a96e7b5

Browse files
committed
1.2.2
1 parent 32cfbbf commit a96e7b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.2
2+
- Fix RollupJS reexports bug (https://github.com/guybedford/cjs-module-lexer/pull/59)
3+
14
1.2.1
25
- Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55)
36
- Filter export strings to valid surrogate pairs (https://github.com/guybedford/cjs-module-lexer/pull/56)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cjs-module-lexer",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Lexes CommonJS modules, returning their named exports metadata",
55
"main": "lexer.js",
66
"exports": {

0 commit comments

Comments
 (0)