Skip to content

Commit

Permalink
chore(release): 🚀 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 7, 2020
1 parent 4caeafd commit 96b002e
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 @@
### [1.1.1](https://github.com/folke/esbuild-runner/compare/1.1.0...1.1.1) (2020-12-07)


### Bug Fixes

* 🐛 renamed esn.js to esr.js ([4caeafd](https://github.com/folke/esbuild-runner/commit/4caeafd768f0d88dfb1dda5d5ab5d9076ce7acde))

## 1.1.0 (2020-12-07)


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.1.0",
"version": "1.1.1",
"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 96b002e

Please sign in to comment.