Skip to content

Commit 340e2a7

Browse files
committed
chore(release): v2.4.2
1 parent cf952e4 commit 340e2a7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.4.2
6+
7+
[compare changes](https://github.com/unjs/jiti/compare/v2.4.1...v2.4.2)
8+
9+
### 🩹 Fixes
10+
11+
- **cache:** Add `+map` suffix to fs entries when `sourceMaps` enabled ([#352](https://github.com/unjs/jiti/pull/352))
12+
- Use native require cache of loaded entries only ([#348](https://github.com/unjs/jiti/pull/348))
13+
14+
### 🏡 Chore
15+
16+
- Update deps ([7b7ffef](https://github.com/unjs/jiti/commit/7b7ffef))
17+
18+
### ✅ Tests
19+
20+
- Simplify snapshot tests ([#351](https://github.com/unjs/jiti/pull/351))
21+
22+
### ❤️ Contributors
23+
24+
- Pooya Parsa ([@pi0](http://github.com/pi0))
25+
526
## v2.4.1
627

728
[compare changes](https://github.com/unjs/jiti/compare/v2.4.0...v2.4.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.4.1",
3+
"version": "2.4.2",
44
"description": "Runtime typescript and ESM support for Node.js",
55
"repository": "unjs/jiti",
66
"license": "MIT",

0 commit comments

Comments
 (0)