From f6c9d90904bfff689f0b8d07514775b65618f724 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 20 Jul 2022 17:50:27 +0200 Subject: [PATCH] chore(release): 0.5.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9bfe4..1c7b519 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.5](https://github.com/unjs/mlly/compare/v0.5.4...v0.5.5) (2022-07-20) + + +### Bug Fixes + +* **findExports:** export with trailing comma ([#59](https://github.com/unjs/mlly/issues/59)) ([51c81b8](https://github.com/unjs/mlly/commit/51c81b82b8ffc0aef9a1cf3ffbe4c2ef4f429c69)) + ### [0.5.4](https://github.com/unjs/mlly/compare/v0.5.3...v0.5.4) (2022-06-29) diff --git a/package.json b/package.json index 07a5cc5..c68c80d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.4", + "version": "0.5.5", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",