We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5f3c8 commit ab23dc1Copy full SHA for ab23dc1
CHANGELOG.md
@@ -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
8
### [1.1.1](https://github.com/folke/esbuild-runner/compare/1.1.0...1.1.1) (2020-12-07)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-runner",
- "version": "1.1.1",
+ "version": "1.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",
0 commit comments