Skip to content

Commit 21003b8

Browse files
Version Packages
1 parent ef8376e commit 21003b8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/gold-berries-march.md

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

.changeset/swift-plums-fix.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.15.2
4+
5+
### Patch Changes
6+
7+
- [`22187fb`](https://github.com/developit/microbundle/commit/22187fba8a2d404a9f3dc5db357e243cd45e8479) [#999](https://github.com/developit/microbundle/pull/999) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix indentation style in `mangle.json` not preserved
8+
9+
* [`bb8713c`](https://github.com/developit/microbundle/commit/bb8713c74706f466672b3109552c7d3e675b5325) [#991](https://github.com/developit/microbundle/pull/991) Thanks [@rschristian](https://github.com/rschristian)! - Silence Rollup's noisy (and usually harmless) `The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten.` warnings
10+
311
## 0.15.1
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.15.1",
3+
"version": "0.15.2",
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)