Skip to content

Commit

Permalink
chore(release): 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 29, 2022
1 parent 896c8a7 commit a11072c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.4](https://github.com/unjs/mlly/compare/v0.5.3...v0.5.4) (2022-06-29)


### Bug Fixes

* **detectSyntax:** detect `export class` as esm syntax ([896c8a7](https://github.com/unjs/mlly/commit/896c8a7dd087d041ffb29a00065a4f71d62ed249))
* **findExports:** filtering for named exports ([#55](https://github.com/unjs/mlly/issues/55)) ([df908fd](https://github.com/unjs/mlly/commit/df908fd509d7357265038b5fec414c41bd3ebd67))

### [0.5.3](https://github.com/unjs/mlly/compare/v0.5.2...v0.5.3) (2022-06-16)


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": "0.5.3",
"version": "0.5.4",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
Expand Down

0 comments on commit a11072c

Please sign in to comment.