From 4490a8bd038f676987b3de521a220b398a56b4c4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 1 Jul 2024 21:48:47 +0200 Subject: [PATCH] chore(release): v2.0.0-beta.2 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b025ad67..44fa307d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ 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.0.0-beta.2 + +[compare changes](https://github.com/unjs/jiti/compare/v2.0.0-beta.1...v2.0.0-beta.2) + +### 🚀 Enhancements + +- Add experimental esm loader support ([#266](https://github.com/unjs/jiti/pull/266)) + +### 🔥 Performance + +- Reduce overhead of sub jiti instances ([#265](https://github.com/unjs/jiti/pull/265)) + +### 🩹 Fixes + +- Resolve with esm conditions in async context ([#264](https://github.com/unjs/jiti/pull/264)) + +### 💅 Refactors + +- Use more clear `fsCache` and `moduleCache` options ([#263](https://github.com/unjs/jiti/pull/263)) +- Use esm imports for babel plugins ([22e259f](https://github.com/unjs/jiti/commit/22e259f)) + +### 📦 Build + +- Overhaul lib exports ([#262](https://github.com/unjs/jiti/pull/262)) +- Target es2020 ([c382c2f](https://github.com/unjs/jiti/commit/c382c2f)) +- Target es2022 ([dbf0507](https://github.com/unjs/jiti/commit/dbf0507)) + +### 🏡 Chore + +- Update readme ([8957f72](https://github.com/unjs/jiti/commit/8957f72)) +- Remove unused deps ([e472f95](https://github.com/unjs/jiti/commit/e472f95)) + +### 🤖 CI + +- Enable loader test ([#267](https://github.com/unjs/jiti/pull/267)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v2.0.0-beta.1 [compare changes](https://github.com/unjs/jiti/compare/v1.21.3...v2.0.0-beta.1) diff --git a/package.json b/package.json index 6642d1d5..4d161ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",