diff --git a/CHANGELOG.md b/CHANGELOG.md index a38da6e..0c3a68a 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.9](https://github.com/unjs/mlly/compare/v0.5.8...v0.5.9) (2022-08-10) + + +### Bug Fixes + +* **resolve:** properly resolve relative to file urls ([2099c28](https://github.com/unjs/mlly/commit/2099c28a1065cdaddcd1168f1d20293a15403a18)) + ### [0.5.8](https://github.com/unjs/mlly/compare/v0.5.7...v0.5.8) (2022-08-10) diff --git a/package.json b/package.json index 8441cc0..0f5df5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.8", + "version": "0.5.9", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",