From 2f9c2376e70d951cdfbc06eb8ed046331deb177a Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 1 Nov 2024 12:08:16 +0100 Subject: [PATCH] chore(release): v2.4.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0365d885..ead3a05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ 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. +## v2.4.0 + +[compare changes](https://github.com/unjs/jiti/compare/v2.3.3...v2.4.0) + +### 🚀 Enhancements + +- Support generic type for `jiti.import` ([#331](https://github.com/unjs/jiti/pull/331)) + +### 🩹 Fixes + +- Try to resolve `.ts` files with `.js` extension from js files ([#337](https://github.com/unjs/jiti/pull/337)) + +### 🏡 Chore + +- Update renovate.json ([86f11b3](https://github.com/unjs/jiti/commit/86f11b3)) +- Update deps and lockfile ([5dfb0ec](https://github.com/unjs/jiti/commit/5dfb0ec)) +- Add nvmrc ([899a782](https://github.com/unjs/jiti/commit/899a782)) + +### 🤖 CI + +- Deno v2 compat ([f4d0062](https://github.com/unjs/jiti/commit/f4d0062)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Lars Kappert ([@webpro](http://github.com/webpro)) +- Alexander + ## v2.3.3 [compare changes](https://github.com/unjs/jiti/compare/v2.3.2...v2.3.3) diff --git a/package.json b/package.json index 921f9a99..b341f8dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "2.3.3", + "version": "2.4.0", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",