diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3a68a..01f1c35 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.10](https://github.com/unjs/mlly/compare/v0.5.9...v0.5.10) (2022-08-11) + + +### Bug Fixes + +* **resolve:** always try to resolve url as dir too ([#67](https://github.com/unjs/mlly/issues/67)) ([dd14c01](https://github.com/unjs/mlly/commit/dd14c01f6fcded538bff89e2845caad0e9745912)) + ### [0.5.9](https://github.com/unjs/mlly/compare/v0.5.8...v0.5.9) (2022-08-10) diff --git a/package.json b/package.json index ad605da..aed70e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.9", + "version": "0.5.10", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",