From 99ed8f1269a7e5182b9bfd6cbf70fd4fb1d55542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Oct 2021 14:12:08 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-eels-watch.md | 5 ----- .changeset/eight-toes-pump.md | 5 ----- .changeset/fuzzy-trains-switch.md | 5 ----- .changeset/gold-cherries-deliver.md | 5 ----- .changeset/rude-books-judge.md | 5 ----- .changeset/slimy-roses-explain.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 31 deletions(-) delete mode 100644 .changeset/curly-eels-watch.md delete mode 100644 .changeset/eight-toes-pump.md delete mode 100644 .changeset/fuzzy-trains-switch.md delete mode 100644 .changeset/gold-cherries-deliver.md delete mode 100644 .changeset/rude-books-judge.md delete mode 100644 .changeset/slimy-roses-explain.md diff --git a/.changeset/curly-eels-watch.md b/.changeset/curly-eels-watch.md deleted file mode 100644 index 1ae292be..00000000 --- a/.changeset/curly-eels-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': minor ---- - -- Add support for Module Workers with a new `--workers` flag diff --git a/.changeset/eight-toes-pump.md b/.changeset/eight-toes-pump.md deleted file mode 100644 index bd89f985..00000000 --- a/.changeset/eight-toes-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"microbundle": patch ---- - -Fix crash when traversing `"exports"` objects (#852) diff --git a/.changeset/fuzzy-trains-switch.md b/.changeset/fuzzy-trains-switch.md deleted file mode 100644 index 025c0a85..00000000 --- a/.changeset/fuzzy-trains-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"microbundle": patch ---- - -When using `--target node`, resolve "node" conditional Package Export keys, otherwise resolve "browser" keys. diff --git a/.changeset/gold-cherries-deliver.md b/.changeset/gold-cherries-deliver.md deleted file mode 100644 index 5f862dce..00000000 --- a/.changeset/gold-cherries-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Preserve terser annotations in compressed bundle diff --git a/.changeset/rude-books-judge.md b/.changeset/rude-books-judge.md deleted file mode 100644 index 1737bcfb..00000000 --- a/.changeset/rude-books-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -- Allow the minify options `compress` and `mangle` to be set as booleans diff --git a/.changeset/slimy-roses-explain.md b/.changeset/slimy-roses-explain.md deleted file mode 100644 index 0a4c75ae..00000000 --- a/.changeset/slimy-roses-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Expands generateTypes flag to support libs with TS entrypoints diff --git a/CHANGELOG.md b/CHANGELOG.md index 69706399..4d1af3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # microbundle +## 0.14.0 + +### Minor Changes + +- [`1b61029`](https://github.com/developit/microbundle/commit/1b6102966440bd7000e0e457f8c0b7eeb7e05593) [#867](https://github.com/developit/microbundle/pull/867) Thanks [@bouchenoiremarc](https://github.com/bouchenoiremarc)! - - Add support for Module Workers with a new `--workers` flag + +### Patch Changes + +- [`5e93a0e`](https://github.com/developit/microbundle/commit/5e93a0e4cc28ea8f080a08e3a8530b6bfdf25f42) [#853](https://github.com/developit/microbundle/pull/853) Thanks [@developit](https://github.com/developit)! - Fix crash when traversing `"exports"` objects (#852) + +* [`96b85da`](https://github.com/developit/microbundle/commit/96b85da1e32b4ffbef9d83387ff399d8b3ee3852) [#887](https://github.com/developit/microbundle/pull/887) Thanks [@developit](https://github.com/developit)! - When using `--target node`, resolve "node" conditional Package Export keys, otherwise resolve "browser" keys. + +- [`5d0465b`](https://github.com/developit/microbundle/commit/5d0465b39bccff31673d351fc9d29cb4c470407d) [#875](https://github.com/developit/microbundle/pull/875) Thanks [@dwightjack](https://github.com/dwightjack)! - Preserve terser annotations in compressed bundle + +* [`b1a6374`](https://github.com/developit/microbundle/commit/b1a637486234a2ae784ccf0c512321e2d3efef7c) [#858](https://github.com/developit/microbundle/pull/858) Thanks [@bouchenoiremarc](https://github.com/bouchenoiremarc)! - - Allow the minify options `compress` and `mangle` to be set as booleans + +- [`2980336`](https://github.com/developit/microbundle/commit/29803364fe54cc1a7a8543d61e694c90b4cdce6a) [#865](https://github.com/developit/microbundle/pull/865) Thanks [@rschristian](https://github.com/rschristian)! - Expands generateTypes flag to support libs with TS entrypoints + ## 0.13.3 ### Patch Changes diff --git a/package.json b/package.json index a335cd82..d21061dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microbundle", - "version": "0.13.3", + "version": "0.14.0", "description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.", "main": "dist/microbundle.js", "source": "src/index.js",