Skip to content

Commit 8c41d6e

Browse files
committed
chore(release): 🚀 2.1.0
1 parent 801eb20 commit 8c41d6e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.0](https://github.com/folke/esbuild-runner/compare/2.0.0...2.1.0) (2021-06-01)
2+
3+
4+
### Features
5+
6+
* ✨ allow overriding esbuild.external [#23](https://github.com/folke/esbuild-runner/issues/23) ([801eb20](https://github.com/folke/esbuild-runner/commit/801eb2015f2ba1f4aa4df06ec02308f6b7fab392))
7+
18
## [2.0.0](https://github.com/folke/esbuild-runner/compare/1.4.0...2.0.0) (2021-05-29)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-runner",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild",
55
"repository": "http://github.com/folke/esbuild-runner",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)