Skip to content

Commit b4a3915

Browse files
committed
chore(release): v1.7.0
1 parent 3c64544 commit b4a3915

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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.7.0
6+
7+
[compare changes](https://github.com/unjs/mlly/compare/v1.6.1...v1.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **isValidNodeImport:** Support `stripComments` option ([#236](https://github.com/unjs/mlly/pull/236))
12+
13+
### 🩹 Fixes
14+
15+
- **findExports:** Find declaration export with inline object or array ([#247](https://github.com/unjs/mlly/pull/247))
16+
17+
### 💅 Refactors
18+
19+
- **interopDefault:** Simplify implementation ([#243](https://github.com/unjs/mlly/pull/243))
20+
21+
### 📖 Documentation
22+
23+
- Added jsdocs to exported functions and types ([#241](https://github.com/unjs/mlly/pull/241))
24+
25+
### 🏡 Chore
26+
27+
- Update to eslint v9 ([3c64544](https://github.com/unjs/mlly/commit/3c64544))
28+
29+
### ❤️ Contributors
30+
31+
- Pooya Parsa ([@pi0](http://github.com/pi0))
32+
- ShunJun <[email protected]>
33+
- Max ([@onmax](http://github.com/onmax))
34+
35+
- Julien Huang <[email protected]>
36+
537
## v1.6.1
638

739
[compare changes](https://github.com/unjs/mlly/compare/v1.6.0...v1.6.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.6.1",
3+
"version": "1.7.0",
44
"description": "Missing ECMAScript module utils for Node.js",
55
"repository": "unjs/mlly",
66
"license": "MIT",

0 commit comments

Comments
 (0)