From 9ca70a1d129f6a6af4d08f27faedbd40b5a4eb30 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 5 Jun 2024 12:32:31 +0200 Subject: [PATCH] chore(release): v1.21.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c36ac64..dd218187 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. +## v1.21.2 + +[compare changes](https://github.com/unjs/jiti/compare/v1.21.1...v1.21.2) + +### 🩹 Fixes + +- Pin mlly to 1.4.2 ([#237](https://github.com/unjs/jiti/pull/237)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.21.1 [compare changes](https://github.com/unjs/jiti/compare/v1.21.0...v1.21.1) diff --git a/package.json b/package.json index 43e11a65..aeb6940d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "1.21.1", + "version": "1.21.2", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",