diff --git a/.changeset/tame-horses-type.md b/.changeset/tame-horses-type.md deleted file mode 100644 index 620146de..00000000 --- a/.changeset/tame-horses-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Added missing CLI doc for 'jsxImportSource' and correcting the Examples section of the '--help' output diff --git a/CHANGELOG.md b/CHANGELOG.md index b07ca964..9b6d8660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # microbundle +## 0.14.2 + +### Patch Changes + +- [`dd0bdde`](https://github.com/developit/microbundle/commit/dd0bdde9c6ae7d0690fa73aead1c1744ae3b086a) [#904](https://github.com/developit/microbundle/pull/904) Thanks [@rschristian](https://github.com/rschristian)! - Added missing CLI doc for 'jsxImportSource' and correcting the Examples section of the '--help' output + ## 0.14.1 ### Patch Changes diff --git a/package.json b/package.json index fa849d90..e2896487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microbundle", - "version": "0.14.1", + "version": "0.14.2", "description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.", "main": "dist/microbundle.js", "source": "src/index.js",