Skip to content

Commit c76c41f

Browse files
Version Packages (#958)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e72377a commit c76c41f

8 files changed

+18
-32
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.

.changeset/loud-dingos-sleep.md

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

.changeset/old-dodos-laugh.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
15+
- [`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
16+
17+
* [`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.
18+
319
## 0.15.0
420

521
### Minor Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",
77
"bin": "dist/cli.js",
88
"repository": "developit/microbundle",
9-
"keywords": [
9+
"keywords": [
1010
"bundle",
1111
"rollup",
1212
"micro library"

0 commit comments

Comments
 (0)