diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b1bd0..bd98fcd 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.4.3](https://github.com/unjs/mlly/compare/v0.4.2...v0.4.3) (2022-02-11) + + +### Bug Fixes + +* test for name after normalisation ([#40](https://github.com/unjs/mlly/issues/40)) ([5fd933b](https://github.com/unjs/mlly/commit/5fd933b4ea6c5e2fde1bcbe377b42e86172fba68)) + ### [0.4.2](https://github.com/unjs/mlly/compare/v0.4.1...v0.4.2) (2022-02-07) diff --git a/package.json b/package.json index 2694f6b..a59fc3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.4.2", + "version": "0.4.3", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",