Skip to content

Commit ed17783

Browse files
committed
chore(release): v1.8.1
1 parent 3f4c751 commit ed17783

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.8.1
6+
7+
[compare changes](https://github.com/unjs/mlly/compare/v1.8.0...v1.8.1)
8+
9+
### 🩹 Fixes
10+
11+
- Extract variable names ignoring function calls ([#336](https://github.com/unjs/mlly/pull/336))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([12913db](https://github.com/unjs/mlly/commit/12913db))
16+
- Lint ([33495f9](https://github.com/unjs/mlly/commit/33495f9))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](https://github.com/pi0))
21+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
22+
523
## v1.8.0
624

725
[compare changes](https://github.com/unjs/mlly/compare/v1.7.4...v1.8.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mlly",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Missing ECMAScript module utils for Node.js",
55
"repository": "unjs/mlly",
66
"license": "MIT",

0 commit comments

Comments
 (0)