Skip to content

Commit

Permalink
chore(release): v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 17, 2024
1 parent 3fa9807 commit e420d48
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

## v1.21.7

[compare changes](https://github.com/unjs/jiti/compare/v1.21.6...v1.21.7)

### 🩹 Fixes

- Use native require cache of loaded entries only (v1) ([#349](https://github.com/unjs/jiti/pull/349))

### 🏡 Chore

- Update test ([716777e](https://github.com/unjs/jiti/commit/716777e))
- Update deps ([c3d53c4](https://github.com/unjs/jiti/commit/c3d53c4))
- Add tag to release script ([3fa9807](https://github.com/unjs/jiti/commit/3fa9807))

### 🤖 CI

- Test against node v22 (v1) ([#350](https://github.com/unjs/jiti/pull/350))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.21.6

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

0 comments on commit e420d48

Please sign in to comment.