Skip to content

Commit

Permalink
chore(release): v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 17, 2023
1 parent bd4bd8c commit 9b698b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

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


### 🩹 Fixes

- Prefer `require` condition first in esm resolve mode ([#117](https://github.com/unjs/jiti/pull/117))

### 💅 Refactors

- Use `mkdirSync` from `node:fs` instead of `mkdirp` ([413d3c3](https://github.com/unjs/jiti/commit/413d3c3))

### 🏡 Chore

- Update dependencies ([f532c57](https://github.com/unjs/jiti/commit/f532c57))
- Add missing semi ([a9c2876](https://github.com/unjs/jiti/commit/a9c2876))
- Switch to changelogen for releases ([bd4bd8c](https://github.com/unjs/jiti/commit/bd4bd8c))

### ❤️ Contributors

- Pooya Parsa <pooya@pi0.io>

## [1.17.0](https://github.com/unjs/jiti/compare/v1.16.2...v1.17.0) (2023-02-08)


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.0",
"version": "1.17.1",
"description": "Runtime typescript and ESM support for Node.js",
"repository": "unjs/jiti",
"license": "MIT",
Expand Down

0 comments on commit 9b698b7

Please sign in to comment.