Skip to content

Commit

Permalink
chore(release): 🚀 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 7, 2020
1 parent 476248f commit f6e6110
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.1.0 (2020-12-07)


### Features

* ✨ added Jest transform module ([6122523](https://github.com/folke/esbuild-runner/commit/61225232f2c7371afb1dd5aefd38229f14ec2e3a))
* ✨ allow `node -r es-node/register` to automatically transpile source code ([7a05c58](https://github.com/folke/esbuild-runner/commit/7a05c58c033537a8da5c1b00464ea3f6adb50870))
* ✨ initial version 🎉 ([4669746](https://github.com/folke/esbuild-runner/commit/466974606b4b727f54f1fb12adb01573c6e13b16))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-runner",
"version": "1.0.0",
"version": "1.1.0",
"description": "Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild",
"repository": "http://github.com/folke/esbuild-runner",
"main": "lib/index.js",
Expand Down

0 comments on commit f6e6110

Please sign in to comment.