Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gold-berries-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-plums-fix.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# microbundle

## 0.15.2

### Patch Changes

- [`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

* [`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

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microbundle",
"version": "0.15.1",
"version": "0.15.2",
"description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.",
"main": "dist/microbundle.js",
"source": "src/index.js",
Expand Down