Skip to content

Commit

Permalink
chore(release): v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 15, 2023
1 parent a4ab7a2 commit 93512f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

[compare changes](https://github.com/unjs/jiti/compare/v1.17.2...v1.18.1)


### 🚀 Enhancements

- Allow resolving `.ts` files with `.js` extension ([#128](https://github.com/unjs/jiti/pull/128))
- Support `import.meta.env` ([#129](https://github.com/unjs/jiti/pull/129))

### 🔥 Performance

- Use extension resolutions only for parent typescript files ([27a9888](https://github.com/unjs/jiti/commit/27a9888))

### 🩹 Fixes

- Handle parretns with `c ([mts` extension too](https://github.com/unjs/jiti/commit/mts` extension too))

### 🏡 Chore

- Update lockfile ([e91d3a1](https://github.com/unjs/jiti/commit/e91d3a1))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Db3f994 <Pooya Parsa>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v1.17.2

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

0 comments on commit 93512f9

Please sign in to comment.