diff --git a/.changeset/angry-worms-smell.md b/.changeset/angry-worms-smell.md deleted file mode 100644 index 7abee405..00000000 --- a/.changeset/angry-worms-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged diff --git a/.changeset/breezy-cheetahs-kick.md b/.changeset/breezy-cheetahs-kick.md deleted file mode 100644 index 50f627ad..00000000 --- a/.changeset/breezy-cheetahs-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Bumps Node target to v12 diff --git a/.changeset/green-foxes-poke.md b/.changeset/green-foxes-poke.md deleted file mode 100644 index 511e824a..00000000 --- a/.changeset/green-foxes-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -deps: upgrade rpt2 to latest v0.32.0 to fix monorepos diff --git a/.changeset/hot-dryers-train.md b/.changeset/hot-dryers-train.md deleted file mode 100644 index d12b08cd..00000000 --- a/.changeset/hot-dryers-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced. diff --git a/.changeset/loud-dingos-sleep.md b/.changeset/loud-dingos-sleep.md deleted file mode 100644 index 814cb150..00000000 --- a/.changeset/loud-dingos-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -deps: upgrade babel-plugin-transform-async-to-promises to latest v0.8.18 to fix #565 diff --git a/.changeset/old-dodos-laugh.md b/.changeset/old-dodos-laugh.md deleted file mode 100644 index c883e67e..00000000 --- a/.changeset/old-dodos-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored. diff --git a/CHANGELOG.md b/CHANGELOG.md index da946e0c..043f5fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # microbundle +## 0.15.1 + +### Patch Changes + +- [`cebafa1`](https://github.com/developit/microbundle/commit/cebafa121953a771f010b3cfd250a83bfc754e2c) [#961](https://github.com/developit/microbundle/pull/961) Thanks [@zyrong](https://github.com/zyrong)! - Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged + +* [`9a4e2b2`](https://github.com/developit/microbundle/commit/9a4e2b2096d3824661738edb142b4658cf3d9d0b) [#954](https://github.com/developit/microbundle/pull/954) Thanks [@rschristian](https://github.com/rschristian)! - Bumps Node target to v12 + +- [`4ad4b76`](https://github.com/developit/microbundle/commit/4ad4b768f0ef6f434b753c4a42cdcfe85d01c404) [#967](https://github.com/developit/microbundle/pull/967) Thanks [@agilgur5](https://github.com/agilgur5)! - deps: upgrade rpt2 to latest v0.32.0 to fix monorepos + +* [`6018e58`](https://github.com/developit/microbundle/commit/6018e586b91125233026ca977a97b72bb6082ec6) [#956](https://github.com/developit/microbundle/pull/956) Thanks [@rschristian](https://github.com/rschristian)! - Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced. + +- [`88241dd`](https://github.com/developit/microbundle/commit/88241ddf8fc3ac18cfc1ca8ced99a413f8d2b488) [#968](https://github.com/developit/microbundle/pull/968) Thanks [@PeterBurner](https://github.com/PeterBurner)! - deps: upgrade babel-plugin-transform-async-to-promises to latest v0.8.18 to fix #565 + +* [`e72377a`](https://github.com/developit/microbundle/commit/e72377a001cc5925ff25aadbe26fdb96a0dab3a4) [#964](https://github.com/developit/microbundle/pull/964) Thanks [@rschristian](https://github.com/rschristian)! - Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored. + ## 0.15.0 ### Minor Changes diff --git a/package.json b/package.json index 7691d265..6cf2034f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "microbundle", - "version": "0.15.0", + "version": "0.15.1", "description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.", "main": "dist/microbundle.js", "source": "src/index.js", "bin": "dist/cli.js", "repository": "developit/microbundle", - "keywords": [ + "keywords": [ "bundle", "rollup", "micro library"