Skip to content

Commit 09053c8

Browse files
Version Packages
1 parent 392d63e commit 09053c8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/gorgeous-singers-invite.md

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

.changeset/light-trainers-obey.md

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

CHANGELOG.md

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

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- [`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]`
8+
9+
* [`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
10+
311
## 0.14.2
412

513
### Patch 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.14.2",
3+
"version": "0.14.3",
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)