Skip to content

Commit

Permalink
chore(release): 🚀 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 9, 2020
1 parent 4ca2415 commit b160807
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
@@ -1,3 +1,12 @@
## [1.3.0](https://github.com/folke/esbuild-runner/compare/1.2.0...1.3.0) (2020-12-09)


### Features

* ✨ added esbuild transform --cache ([4ca2415](https://github.com/folke/esbuild-runner/commit/4ca241533d52b7a94388293ad26087f6bbfa0c32))
* ✨ added option to use transform with caching instead of bundling to the API ([9345b78](https://github.com/folke/esbuild-runner/commit/9345b7838a9733c6b567aefe34aabf6500597674))
* ✨ enable support for nextjs by transpiling .js files ([5bcc8be](https://github.com/folke/esbuild-runner/commit/5bcc8bef1213f078550701d2c874bc4f37ba7b94))

## [1.2.0](https://github.com/folke/esbuild-runner/compare/1.1.1...1.2.0) (2020-12-09)


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": "esbuild-runner",
"version": "1.2.0",
"version": "1.3.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 b160807

Please sign in to comment.