diff --git a/.changeset/big-cameras-attend.md b/.changeset/big-cameras-attend.md deleted file mode 100644 index ddfcd845..00000000 --- a/.changeset/big-cameras-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Adds information about `--compress` flag's default value w/ different targets diff --git a/.changeset/clean-ducks-push.md b/.changeset/clean-ducks-push.md deleted file mode 100644 index 733121ea..00000000 --- a/.changeset/clean-ducks-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': minor ---- - -Microbundle will now output ESM using `.mjs` as the file extension when the package type is CJS diff --git a/.changeset/clean-shoes-applaud.md b/.changeset/clean-shoes-applaud.md deleted file mode 100644 index 019f24a9..00000000 --- a/.changeset/clean-shoes-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo is `undefined` diff --git a/.changeset/clever-chicken-end.md b/.changeset/clever-chicken-end.md deleted file mode 100644 index 5c95c307..00000000 --- a/.changeset/clever-chicken-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd diff --git a/.changeset/gorgeous-singers-invite.md b/.changeset/gorgeous-singers-invite.md deleted file mode 100644 index 1abd012c..00000000 --- a/.changeset/gorgeous-singers-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"microbundle": patch ---- - -Fix mangle.json being overwritten with `[object Object]` diff --git a/.changeset/great-dolphins-tan.md b/.changeset/great-dolphins-tan.md deleted file mode 100644 index 597c3362..00000000 --- a/.changeset/great-dolphins-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': minor ---- - -Add --visualize flag to generate build output stats diff --git a/.changeset/hip-olives-allow.md b/.changeset/hip-olives-allow.md deleted file mode 100644 index fd808e26..00000000 --- a/.changeset/hip-olives-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Ensures hoisted node_modules are excluded from babel diff --git a/.changeset/light-trainers-obey.md b/.changeset/light-trainers-obey.md deleted file mode 100644 index 1ad70f93..00000000 --- a/.changeset/light-trainers-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Fixes CSS output from being overwritten when also generating .cjs diff --git a/.changeset/odd-mayflies-clap.md b/.changeset/odd-mayflies-clap.md deleted file mode 100644 index 75984f15..00000000 --- a/.changeset/odd-mayflies-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Documenting --jsxFragment flag diff --git a/.changeset/smart-plants-appear.md b/.changeset/smart-plants-appear.md deleted file mode 100644 index 6767d470..00000000 --- a/.changeset/smart-plants-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Corrects formatting in build completion message w/ dynamic import is used diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6d8660..da946e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # microbundle +## 0.15.0 + +### Minor Changes + +- [`6f6e080`](https://github.com/developit/microbundle/commit/6f6e080f3b9ec9a223d79d24eb6e6c8dd5d72cf7) [#950](https://github.com/developit/microbundle/pull/950) Thanks [@rschristian](https://github.com/rschristian)! - Microbundle will now output ESM using `.mjs` as the file extension when the package type is CJS + +* [`242754f`](https://github.com/developit/microbundle/commit/242754f43cce1c25a6c475be64bbd2a525eb7cf0) [#949](https://github.com/developit/microbundle/pull/949) Thanks [@rschristian](https://github.com/rschristian)! - Add --visualize flag to generate build output stats + +### Patch Changes + +- [`c4532cc`](https://github.com/developit/microbundle/commit/c4532cc9ccd846e6bc8176414ddf2c0fc22af1f1) [#940](https://github.com/developit/microbundle/pull/940) Thanks [@rschristian](https://github.com/rschristian)! - Adds information about `--compress` flag's default value w/ different targets + +* [`b51b855`](https://github.com/developit/microbundle/commit/b51b855794866f3e6a0ef7dfc5672d5c1c717831) [#935](https://github.com/developit/microbundle/pull/935) Thanks [@mycoin](https://github.com/mycoin)! - Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo is `undefined` + +- [`1d0e305`](https://github.com/developit/microbundle/commit/1d0e305d89ad010793c57fc451991a79907e1f3f) [#941](https://github.com/developit/microbundle/pull/941) Thanks [@rschristian](https://github.com/rschristian)! - Ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd + +* [`f04c85a`](https://github.com/developit/microbundle/commit/f04c85a1885a28a16c767665a1d5f17b13834406) [#926](https://github.com/developit/microbundle/pull/926) Thanks [@developit](https://github.com/developit)! - Fix mangle.json being overwritten with `[object Object]` + +- [`ecb0b02`](https://github.com/developit/microbundle/commit/ecb0b022912397bcf98550c1a783e9e0534f33e5) [#947](https://github.com/developit/microbundle/pull/947) Thanks [@rschristian](https://github.com/rschristian)! - Ensures hoisted node_modules are excluded from babel + +* [`392d63e`](https://github.com/developit/microbundle/commit/392d63ef437f25403c03826f77790722d0234b58) [#919](https://github.com/developit/microbundle/pull/919) Thanks [@rschristian](https://github.com/rschristian)! - Fixes CSS output from being overwritten when also generating .cjs + +- [`fb0a437`](https://github.com/developit/microbundle/commit/fb0a43780a7462f4876955c3412638e51a7adb97) [#930](https://github.com/developit/microbundle/pull/930) Thanks [@rschristian](https://github.com/rschristian)! - Documenting --jsxFragment flag + +* [`8223eba`](https://github.com/developit/microbundle/commit/8223ebaee8d750e9757b9ddbfef6384fa00f22ac) [#948](https://github.com/developit/microbundle/pull/948) Thanks [@rschristian](https://github.com/rschristian)! - Corrects formatting in build completion message w/ dynamic import is used + ## 0.14.2 ### Patch Changes diff --git a/package.json b/package.json index 2205277a..f58cefb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microbundle", - "version": "0.14.2", + "version": "0.15.0", "description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.", "main": "dist/microbundle.js", "source": "src/index.js",