diff --git a/CHANGELOG.md b/CHANGELOG.md index 0365d88..ead3a05 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 921f9a9..b341f8d 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",