Skip to content

Commit

Permalink
chore(release): v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 7, 2023
1 parent 36d24a5 commit 2f7ccf2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

[compare changes](https://github.com/unjs/jiti/compare/v1.19.3...v1.20.0)

### 🚀 Enhancements

- Experimental native bun support ([#156](https://github.com/unjs/jiti/pull/156))

### 💅 Refactors

- Replace proposal babel plugins with ecmascript transforms ([1fb4d8c](https://github.com/unjs/jiti/commit/1fb4d8c))

### ❤️ Contributors

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

## v1.19.3

[compare changes](https://github.com/unjs/jiti/compare/v1.19.2...v1.19.3)
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.3",
"version": "1.20.0",
"description": "Runtime typescript and ESM support for Node.js",
"repository": "unjs/jiti",
"license": "MIT",
Expand Down Expand Up @@ -78,4 +78,4 @@
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.7.4"
}
}

0 comments on commit 2f7ccf2

Please sign in to comment.