Skip to content

Commit

Permalink
chore(release): v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 7, 2024
1 parent 9ceae39 commit 5442474
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.3

[compare changes](https://github.com/unjs/jiti/compare/v2.3.2...v2.3.3)

### 🩹 Fixes

- **eval:** Return fallback value ([#326](https://github.com/unjs/jiti/pull/326))

### 💅 Refactors

- Remove some unused exports ([#327](https://github.com/unjs/jiti/pull/327))

### ❤️ Contributors

- Lars Kappert ([@webpro](http://github.com/webpro))

## v2.3.2

[compare changes](https://github.com/unjs/jiti/compare/v2.3.1...v2.3.2)
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.3.2",
"version": "2.3.3",
"description": "Runtime typescript and ESM support for Node.js",
"repository": "unjs/jiti",
"license": "MIT",
Expand Down

0 comments on commit 5442474

Please sign in to comment.