Skip to content

Commit 6f38969

Browse files
committed
v1.0.2
1 parent 5345b21 commit 6f38969

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
- Add native build
6+
- Upgrade swc_esmascript 8.0.0
7+
8+
## 1.0.1
9+
10+
- Upgrade swc_esmascript 5.0.0
11+
312
## 1.0.0
413

514
- Publish package under `@esm.sh` scope

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esm.sh/cjs-module-lexer",
33
"description": "A lexer for detecting the `module.exports` of a CJS module.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"main": "./pkg/cjs_module_lexer.js",
66
"types": "./pkg/cjs_module_lexer.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)