From 053ea0bfbd0ebe11556fea5d06b7d3b75681ad98 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 12 Nov 2024 10:23:41 +0100 Subject: [PATCH] chore(release): v1.7.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16a2ed..71d519d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## v1.7.3 + +[compare changes](https://github.com/unjs/mlly/compare/v1.7.2...v1.7.3) + +### 🩹 Fixes + +- **findExportNames:** Do not require space before named exports ([#285](https://github.com/unjs/mlly/pull/285)) + +### 🏡 Chore + +- Update deps ([8dc1790](https://github.com/unjs/mlly/commit/8dc1790)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v1.7.2 [compare changes](https://github.com/unjs/mlly/compare/v1.7.1...v1.7.2) diff --git a/package.json b/package.json index 23d6555..3930f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "1.7.2", + "version": "1.7.3", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",