From a39bd7eb1687059b57c169c3f5001f9d921f4a18 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 5 Oct 2024 12:44:31 +0200 Subject: [PATCH] chore(release): v2.3.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e03a52..848a8bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ 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.3.0 + +[compare changes](https://github.com/unjs/jiti/compare/v2.2.1...v2.3.0) + +### 🚀 Enhancements + +- Support `jiti.import(id, {default: true})` ([#323](https://github.com/unjs/jiti/pull/323)) + +### 🩹 Fixes + +- **interopDefault:** Avoid `in` operator for primitive inputs ([#321](https://github.com/unjs/jiti/pull/321)) + +### 💅 Refactors + +- **interopDefault:** Simplify logic for default export checks ([#322](https://github.com/unjs/jiti/pull/322)) + +### 📖 Documentation + +- Fix format ([#320](https://github.com/unjs/jiti/pull/320)) +- Update interopDefault description and reference ([61891a0](https://github.com/unjs/jiti/commit/61891a0)) +- Add note about interop default ([537fa39](https://github.com/unjs/jiti/commit/537fa39)) + +### 🏡 Chore + +- Update lockfile ([c1325e9](https://github.com/unjs/jiti/commit/c1325e9)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- @beer ([@iiio2](http://github.com/iiio2)) + ## v2.2.1 [compare changes](https://github.com/unjs/jiti/compare/v2.2.0...v2.2.1) diff --git a/package.json b/package.json index 06c38648..b7b17750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "2.2.1", + "version": "2.3.0", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",