From 9727cf0b5f655c2a2154d8062a77d566c7325f69 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 5 Jun 2024 02:22:30 +0200 Subject: [PATCH] chore(release): v1.21.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90d9eab..0c36ac64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.1 + +[compare changes](https://github.com/unjs/jiti/compare/v1.21.0...v1.21.1) + +### 🏡 Chore + +- Update dependencies ([0bd991b](https://github.com/unjs/jiti/commit/0bd991b)) +- Update dependencies ([cfb106c](https://github.com/unjs/jiti/commit/cfb106c)) +- Update to eslint v9 ([c11d953](https://github.com/unjs/jiti/commit/c11d953)) +- Update deps and lockfile ([95aa249](https://github.com/unjs/jiti/commit/95aa249)) +- Run ci against 18 and 22 ([65b4067](https://github.com/unjs/jiti/commit/65b4067)) +- Lint ([6f3bd76](https://github.com/unjs/jiti/commit/6f3bd76)) + +### 🤖 CI + +- Skip extra checks ([8fe6417](https://github.com/unjs/jiti/commit/8fe6417)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.21.0 [compare changes](https://github.com/unjs/jiti/compare/v1.20.0...v1.21.0) diff --git a/package.json b/package.json index d1cb2bed..91e4a41a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "1.21.0", + "version": "1.21.1", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",