From 16d41590db10a5c8b941478f84be6e98b08b4f76 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 30 Oct 2023 18:33:28 +0100 Subject: [PATCH] chore(release): v1.21.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d9daa1..e90d9eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.0 + +[compare changes](https://github.com/unjs/jiti/compare/v1.20.0...v1.21.0) + +### 🚀 Enhancements + +- Add `jiti.import` function for async import ([#170](https://github.com/unjs/jiti/pull/170)) +- Add forward compatible (stub) types for `jiti.import` ([#175](https://github.com/unjs/jiti/pull/175)) + +### 🏡 Chore + +- Enable ci for `v1` branch ([0200f63](https://github.com/unjs/jiti/commit/0200f63)) +- Add banner about v1 ([cc742cb](https://github.com/unjs/jiti/commit/cc742cb)) +- Add `v1` to renovate branches ([2358645](https://github.com/unjs/jiti/commit/2358645)) +- Update dependencies ([fe8b267](https://github.com/unjs/jiti/commit/fe8b267)) +- Fix eslint warning ([c5c7220](https://github.com/unjs/jiti/commit/c5c7220)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Anthony Fu + ## v1.20.0 [compare changes](https://github.com/unjs/jiti/compare/v1.19.3...v1.20.0) diff --git a/package.json b/package.json index d842c770..4eca4b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "1.20.0", + "version": "1.21.0", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",