Skip to content

Commit aedcdee

Browse files
committed
chore(release): v2.6.1
1 parent 8b41497 commit aedcdee

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.6.1
6+
7+
[compare changes](https://github.com/unjs/jiti/compare/v2.6.0...v2.6.1)
8+
9+
### 🩹 Fixes
10+
11+
- **interop:** Only passthrough default if it is not a promise ([#408](https://github.com/unjs/jiti/pull/408))
12+
13+
### 📦 Build
14+
15+
- Revert to `terser-webpack-plugin` ([#407](https://github.com/unjs/jiti/pull/407))
16+
17+
### 🏡 Chore
18+
19+
- Update bench ([037c646](https://github.com/unjs/jiti/commit/037c646))
20+
- Update deps ([974ca40](https://github.com/unjs/jiti/commit/974ca40))
21+
- Remove unused code ([8b41497](https://github.com/unjs/jiti/commit/8b41497))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](https://github.com/pi0))
26+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
27+
528
## v2.6.0
629

730
[compare changes](https://github.com/unjs/jiti/compare/v2.5.1...v2.6.0)

‎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.6.0",
3+
"version": "2.6.1",
44
"description": "Runtime typescript and ESM support for Node.js",
55
"repository": "unjs/jiti",
66
"license": "MIT",

0 commit comments

Comments
 (0)