Skip to content

Commit

Permalink
chore(release): v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 5, 2024
1 parent c1325e9 commit a39bd7e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a39bd7e

Please sign in to comment.