Skip to content

Commit c5ce4e5

Browse files
committed
chore(release): v1.8.2
1 parent abef19c commit c5ce4e5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.2
6+
7+
[compare changes](https://github.com/unjs/mlly/compare/v1.8.0...v1.8.2)
8+
9+
### 🩹 Fixes
10+
11+
- Extract variable names ignoring function calls ([#336](https://github.com/unjs/mlly/pull/336))
12+
- Generic angle bracket parsing ([#341](https://github.com/unjs/mlly/pull/341))
13+
14+
### 📖 Documentation
15+
16+
- Fix typo ([#333](https://github.com/unjs/mlly/pull/333))
17+
18+
### 🏡 Chore
19+
20+
- Update deps ([12913db](https://github.com/unjs/mlly/commit/12913db))
21+
- Lint ([33495f9](https://github.com/unjs/mlly/commit/33495f9))
22+
- **release:** V1.8.1 ([ed17783](https://github.com/unjs/mlly/commit/ed17783))
23+
- Update deps ([1b09363](https://github.com/unjs/mlly/commit/1b09363))
24+
25+
### ❤️ Contributors
26+
27+
- Florian Heuberger ([@Flo0806](https://github.com/Flo0806))
28+
- Pooya Parsa ([@pi0](https://github.com/pi0))
29+
- AngelHdz <angel.hernandez.12@live.com>
30+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
31+
532
## v1.8.1
633

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

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.1",
3+
"version": "1.8.2",
44
"description": "Missing ECMAScript module utils for Node.js",
55
"repository": "unjs/mlly",
66
"license": "MIT",

0 commit comments

Comments
 (0)