From e2e5717ac20f64f9d24c2e7179207426725685aa Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 10 Aug 2022 14:29:10 +0200 Subject: [PATCH] chore(release): 0.5.8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfadf27..a38da6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.8](https://github.com/unjs/mlly/compare/v0.5.7...v0.5.8) (2022-08-10) + + +### Features + +* **resolveModuleExportNames:** resolve recursive star exports ([50991e4](https://github.com/unjs/mlly/commit/50991e491efba146dc3385da2b13a44eb3c13374)) + + +### Bug Fixes + +* **resolveModuleExportNames:** filter out star exports ([dd63a31](https://github.com/unjs/mlly/commit/dd63a31010d8b55d2fbdf4f910afda9b629b2bbb)) + ### [0.5.7](https://github.com/unjs/mlly/compare/v0.5.6...v0.5.7) (2022-08-03) diff --git a/package.json b/package.json index 5dacc59..5365fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.7", + "version": "0.5.8", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",