From f99a1d7df0064e201df760e17470cc34bb330618 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 30 Sep 2024 16:25:27 +0200 Subject: [PATCH] chore(release): v2.1.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675da92e..341535e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,44 @@ 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.1.0 + +[compare changes](https://github.com/unjs/jiti/compare/v2.0.0...v2.1.0) + +### 🚀 Enhancements + +- Enable `interopDefault` by default ([#310](https://github.com/unjs/jiti/pull/310)) +- Support `import.meta.dirname` and `import.meta.filename` ([#308](https://github.com/unjs/jiti/pull/308)) + +### 🔥 Performance + +- **cli:** Enable node 22 compile cache ([#312](https://github.com/unjs/jiti/pull/312)) + +### 🩹 Fixes + +- Make `TransformOptions` type strict to allow auto-complete ([#305](https://github.com/unjs/jiti/pull/305)) +- Properly handle tsx ([#311](https://github.com/unjs/jiti/pull/311)) + +### 💅 Refactors + +- Deprecate commonjs api ([#313](https://github.com/unjs/jiti/pull/313)) + +### 📦 Build + +- Fix `/register` and `/native` subpath types for `Node10` module resolution ([#304](https://github.com/unjs/jiti/pull/304)) + +### 🏡 Chore + +- Remove ext for consistency ([e4a9bae](https://github.com/unjs/jiti/commit/e4a9bae)) +- Add jsx field ([6a4e13a](https://github.com/unjs/jiti/commit/6a4e13a)) +- Update dependencies ([ee90eca](https://github.com/unjs/jiti/commit/ee90eca)) +- Lint ([85d7c41](https://github.com/unjs/jiti/commit/85d7c41)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Arya Emami ([@aryaemami59](http://github.com/aryaemami59)) + ## v2.0.0 [compare changes](https://github.com/unjs/jiti/compare/v2.0.0-rc.1...v2.0.0) diff --git a/package.json b/package.json index c5bc423a..4a1b8d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "2.0.0", + "version": "2.1.0", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",