Skip to content

Commit

Permalink
chore(release): v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 4, 2023
1 parent 0eeaf60 commit adcde06
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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

[compare changes](https://github.com/unjs/jiti/compare/v1.18.2...v1.19.0)

### 🚀 Enhancements

- Expose `jiti.evalModule` ([#146](https://github.com/unjs/jiti/pull/146))

### 🩹 Fixes

- Handle nested circular dependencies ([#142](https://github.com/unjs/jiti/pull/142))
- **types:** Export `JITIOptions` and `TreansformOptions` ([#132](https://github.com/unjs/jiti/pull/132))

### 📖 Documentation

- Update badges ([6124894](https://github.com/unjs/jiti/commit/6124894))

### 🏡 Chore

- Lint code ([fbd46e4](https://github.com/unjs/jiti/commit/fbd46e4))
- Update snapshots for node 18 ([c51f049](https://github.com/unjs/jiti/commit/c51f049))
- Update dependencies ([9aedf07](https://github.com/unjs/jiti/commit/9aedf07))
- Update destr import ([5b1c1ca](https://github.com/unjs/jiti/commit/5b1c1ca))
- Fix vitest ([c6798c6](https://github.com/unjs/jiti/commit/c6798c6))
- Speficy env types ([37e0692](https://github.com/unjs/jiti/commit/37e0692))
- Lint ([37b6b7a](https://github.com/unjs/jiti/commit/37b6b7a))
- Fix development in windows ([#135](https://github.com/unjs/jiti/pull/135))

### ✅ Tests

- Mask node version in snapshots ([64cf136](https://github.com/unjs/jiti/commit/64cf136))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Joaquín Sánchez ([@userquin](http://github.com/userquin))
- Sébastien Chopin <seb@nuxtjs.com>

## v1.18.2

[compare changes](https://github.com/unjs/jiti/compare/v1.17.2...v1.18.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.18.2",
"version": "1.19.0",
"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.6"
}
}

0 comments on commit adcde06

Please sign in to comment.