From c5ae321725cbabe230c16c315d474c36eee6a30c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 13 Apr 2022 20:33:26 +0200 Subject: [PATCH] chore(release): 0.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d56495..c3a7c4c 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.2](https://github.com/unjs/mlly/compare/v0.5.1...v0.5.2) (2022-04-13) + + +### Bug Fixes + +* fix lookbefore in front of import ([#43](https://github.com/unjs/mlly/issues/43)) ([fbc9b5a](https://github.com/unjs/mlly/commit/fbc9b5ab78f084957b5c32f87b912c97a6eb57a4)) + ### [0.5.1](https://github.com/unjs/mlly/compare/v0.5.0...v0.5.1) (2022-03-25) diff --git a/package.json b/package.json index f067a66..4ab49e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "0.5.1", + "version": "0.5.2", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",