Skip to content

Commit 31dd08a

Browse files
Version Packages
1 parent cebafa1 commit 31dd08a

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/angry-worms-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/breezy-cheetahs-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-foxes-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-dryers-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# microbundle
22

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
* [`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
10+
11+
- [`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
12+
13+
* [`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.
14+
315
## 0.15.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microbundle",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.",
55
"main": "dist/microbundle.js",
66
"source": "src/index.js",

0 commit comments

Comments
 (0)