Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Dec 11, 2024
1 parent 5345b21 commit 6f38969
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.2

- Add native build
- Upgrade swc_esmascript 8.0.0

## 1.0.1

- Upgrade swc_esmascript 5.0.0

## 1.0.0

- Publish package under `@esm.sh` scope
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esm.sh/cjs-module-lexer",
"description": "A lexer for detecting the `module.exports` of a CJS module.",
"version": "1.0.1",
"version": "1.0.2",
"main": "./pkg/cjs_module_lexer.js",
"types": "./pkg/cjs_module_lexer.d.ts",
"scripts": {
Expand Down

0 comments on commit 6f38969

Please sign in to comment.