Skip to content

Commit

Permalink
chore(release): 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 20, 2022
1 parent 9aab635 commit e44a267
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.14.0](https://github.com/unjs/jiti/compare/v1.13.0...v1.14.0) (2022-06-20)


### Features

* detect native esm using `type: module` ([#67](https://github.com/unjs/jiti/issues/67)) ([986f146](https://github.com/unjs/jiti/commit/986f146eed92ef1f7e469b35be012223ffcd62a3))


### Bug Fixes

* use inlined import meta plugin to inject url ([#68](https://github.com/unjs/jiti/issues/68)) ([b52bb17](https://github.com/unjs/jiti/commit/b52bb173be67bda83c3723ef46ebce64559e2797))

## [1.13.0](https://github.com/unjs/jiti/compare/v1.12.15...v1.13.0) (2022-02-18)


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

0 comments on commit e44a267

Please sign in to comment.