Skip to content

Commit

Permalink
chore(release): v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 12, 2024
1 parent 8dc1790 commit 053ea0b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.3

[compare changes](https://github.com/unjs/mlly/compare/v1.7.2...v1.7.3)

### 🩹 Fixes

- **findExportNames:** Do not require space before named exports ([#285](https://github.com/unjs/mlly/pull/285))

### 🏡 Chore

- Update deps ([8dc1790](https://github.com/unjs/mlly/commit/8dc1790))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v1.7.2

[compare changes](https://github.com/unjs/mlly/compare/v1.7.1...v1.7.2)
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.7.2",
"version": "1.7.3",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down

0 comments on commit 053ea0b

Please sign in to comment.