Skip to content

Commit ab23dc1

Browse files
committed
chore(release): 🚀 1.2.0
1 parent cd5f3c8 commit ab23dc1

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+
## [1.2.0](https://github.com/folke/esbuild-runner/compare/1.1.1...1.2.0) (2020-12-09)
2+
3+
4+
### Features
5+
6+
* ✨ added support for source maps ([3435f7e](https://github.com/folke/esbuild-runner/commit/3435f7ea02102da8612ba95d9590f0772d58db4d))
7+
18
### [1.1.1](https://github.com/folke/esbuild-runner/compare/1.1.0...1.1.1) (2020-12-07)
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": "1.1.1",
3+
"version": "1.2.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)