diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c22b9b..dfadf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7](https://github.com/unjs/mlly/compare/v0.5.6...v0.5.7) (2022-08-03) + + +### Bug Fixes + +* **findExports:** disable tokenizer if parsing fails (resolves [#64](https://github.com/unjs/mlly/issues/64)) ([4ed5c61](https://github.com/unjs/mlly/commit/4ed5c61108e2c6f809626a8b5ae1ae3268e0fc0a)) + ### [0.5.6](https://github.com/unjs/mlly/compare/v0.5.5...v0.5.6) (2022-08-03) diff --git a/package.json b/package.json index 51f2b13..5dacc59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.6", + "version": "0.5.7", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",