Skip to content

Commit

Permalink
chore(release): 🚀 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 4, 2021
1 parent ad3268e commit 1d38dd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.0](https://github.com/folke/esbuild-runner/compare/2.1.0...2.2.0) (2021-06-04)


### Features

* ✨ added support for custom loaders [#24](https://github.com/folke/esbuild-runner/issues/24) ([ad3268e](https://github.com/folke/esbuild-runner/commit/ad3268e1936a350271bfd8706f473f0a8baf1be9))

## [2.1.0](https://github.com/folke/esbuild-runner/compare/2.0.0...2.1.0) (2021-06-01)


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": "2.1.0",
"version": "2.2.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 1d38dd4

Please sign in to comment.