From 6327ad8d42ba1fb1672fbc27283d7dca5a714699 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 10 Mar 2023 15:35:16 +0100 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f087ec..8b632b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.2.0 + +[compare changes](https://github.com/unjs/mlly/compare/v1.1.1...v1.2.0) + + +### 🚀 Enhancements + + - `findTypeExports ` for finding type exports ([#156](https://github.com/unjs/mlly/pull/156)) + +### ❤️ Contributors + +- Daniel Roe + ## v1.1.1 [compare changes](https://github.com/unjs/mlly/compare/v1.1.0...v1.1.1) diff --git a/package.json b/package.json index a2807e3..14a2c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "1.1.1", + "version": "1.2.0", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT",