Skip to content

Commit

Permalink
chore(release): v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 18, 2023
1 parent 7155c00 commit 035c879
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

[compare changes](https://github.com/unjs/jiti/compare/v1.19.1...v1.19.2)

### 🩹 Fixes

- Pass custom extensions to esm resolver ([#152](https://github.com/unjs/jiti/pull/152))
- Support `import.meta.env` and `import.meta.env?.prop` ([#159](https://github.com/unjs/jiti/pull/159))

### 🏡 Chore

- Update dependencies ([09c1e7d](https://github.com/unjs/jiti/commit/09c1e7d))
- Add autofix ci ([670c1f2](https://github.com/unjs/jiti/commit/670c1f2))
- Update dependencies ([2325b70](https://github.com/unjs/jiti/commit/2325b70))
- Upgrade dependencies ([f18508c](https://github.com/unjs/jiti/commit/f18508c))

### ✅ Tests

- **typescript:** Remove type-only namespace access ([de73bd9](https://github.com/unjs/jiti/commit/de73bd9))

### 🎨 Styles

- Format with prettier v3 ([fe61c6e](https://github.com/unjs/jiti/commit/fe61c6e))
- Format report with prettier ([6098284](https://github.com/unjs/jiti/commit/6098284))

### ❤️ Contributors

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

## v1.19.1

[compare changes](https://github.com/unjs/jiti/compare/v1.19.0...v1.19.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jiti",
"version": "1.19.1",
"version": "1.19.2",
"description": "Runtime typescript and ESM support for Node.js",
"repository": "unjs/jiti",
"license": "MIT",
Expand Down Expand Up @@ -77,4 +77,4 @@
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.6.12"
}
}

0 comments on commit 035c879

Please sign in to comment.