Skip to content

Commit 30987d3

Browse files
committed
Bump package version to 1.0.7
1 parent 114eb29 commit 30987d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.7
4+
5+
- native: Add 'musl' build
6+
37
## 1.0.6
48

59
- native: Fix reexport output

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.6",
4+
"version": "1.0.7",
55
"type": "module",
66
"main": "index.mjs",
77
"scripts": {

0 commit comments

Comments
 (0)