Skip to content

Commit a39bd7e

Browse files
committed
chore(release): v2.3.0
1 parent c1325e9 commit a39bd7e

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
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.
44

5+
## v2.3.0
6+
7+
[compare changes](https://github.com/unjs/jiti/compare/v2.2.1...v2.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support `jiti.import(id, {default: true})` ([#323](https://github.com/unjs/jiti/pull/323))
12+
13+
### 🩹 Fixes
14+
15+
- **interopDefault:** Avoid `in` operator for primitive inputs ([#321](https://github.com/unjs/jiti/pull/321))
16+
17+
### 💅 Refactors
18+
19+
- **interopDefault:** Simplify logic for default export checks ([#322](https://github.com/unjs/jiti/pull/322))
20+
21+
### 📖 Documentation
22+
23+
- Fix format ([#320](https://github.com/unjs/jiti/pull/320))
24+
- Update interopDefault description and reference ([61891a0](https://github.com/unjs/jiti/commit/61891a0))
25+
- Add note about interop default ([537fa39](https://github.com/unjs/jiti/commit/537fa39))
26+
27+
### 🏡 Chore
28+
29+
- Update lockfile ([c1325e9](https://github.com/unjs/jiti/commit/c1325e9))
30+
31+
### ❤️ Contributors
32+
33+
- Pooya Parsa ([@pi0](http://github.com/pi0))
34+
- @beer ([@iiio2](http://github.com/iiio2))
35+
536
## v2.2.1
637

738
[compare changes](https://github.com/unjs/jiti/compare/v2.2.0...v2.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jiti",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Runtime typescript and ESM support for Node.js",
55
"repository": "unjs/jiti",
66
"license": "MIT",

0 commit comments

Comments
 (0)