Skip to content

Commit

Permalink
chore(release): 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 10, 2022
1 parent 50991e4 commit e2e5717
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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.

### [0.5.8](https://github.com/unjs/mlly/compare/v0.5.7...v0.5.8) (2022-08-10)


### Features

* **resolveModuleExportNames:** resolve recursive star exports ([50991e4](https://github.com/unjs/mlly/commit/50991e491efba146dc3385da2b13a44eb3c13374))


### Bug Fixes

* **resolveModuleExportNames:** filter out star exports ([dd63a31](https://github.com/unjs/mlly/commit/dd63a31010d8b55d2fbdf4f910afda9b629b2bbb))

### [0.5.7](https://github.com/unjs/mlly/compare/v0.5.6...v0.5.7) (2022-08-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mlly",
"version": "0.5.7",
"version": "0.5.8",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down

0 comments on commit e2e5717

Please sign in to comment.