Skip to content

Commit

Permalink
chore(release): v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 6, 2023
1 parent 26b7003 commit 671d069
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

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


### 🩹 Fixes

- Add support to emit decorator metadata ([#119](https://github.com/unjs/jiti/pull/119))
- Use inline require cache to avoid circular dependencies ([#125](https://github.com/unjs/jiti/pull/125))
- Workaround for pnpm and `TMPDIR` ([#123](https://github.com/unjs/jiti/pull/123))

### 🏡 Chore

- Update lockfile ([6f8610f](https://github.com/unjs/jiti/commit/6f8610f))
- Update release script ([26b7003](https://github.com/unjs/jiti/commit/26b7003))

### ✅ Tests

- Add typescript satisfies fixture ([#107](https://github.com/unjs/jiti/pull/107))

### 🎨 Styles

- Format with prettier ([42669e5](https://github.com/unjs/jiti/commit/42669e5))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Jonas Thelemann ([@dargmuesli](http://github.com/dargmuesli))
- Sabin Marcu ([@sabinmarcu](http://github.com/sabinmarcu))
- Peter <peter.placzek1996@gmail.com>

## v1.17.1

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

0 comments on commit 671d069

Please sign in to comment.