Skip to content

Commit

Permalink
chore(release): v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 1, 2024
1 parent 3c64544 commit b4a3915
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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.

## v1.7.0

[compare changes](https://github.com/unjs/mlly/compare/v1.6.1...v1.7.0)

### 🚀 Enhancements

- **isValidNodeImport:** Support `stripComments` option ([#236](https://github.com/unjs/mlly/pull/236))

### 🩹 Fixes

- **findExports:** Find declaration export with inline object or array ([#247](https://github.com/unjs/mlly/pull/247))

### 💅 Refactors

- **interopDefault:** Simplify implementation ([#243](https://github.com/unjs/mlly/pull/243))

### 📖 Documentation

- Added jsdocs to exported functions and types ([#241](https://github.com/unjs/mlly/pull/241))

### 🏡 Chore

- Update to eslint v9 ([3c64544](https://github.com/unjs/mlly/commit/3c64544))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- ShunJun <zsj_hz@126.com>
- Max ([@onmax](http://github.com/onmax))
- Sukka <isukkaw@gmail.com>
- Julien Huang <julien.huang@outlook.fr>

## v1.6.1

[compare changes](https://github.com/unjs/mlly/compare/v1.6.0...v1.6.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlly",
"version": "1.6.1",
"version": "1.7.0",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down

0 comments on commit b4a3915

Please sign in to comment.