Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2023
1 parent 105a09b commit cc688e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
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

0 comments on commit cc688e9

Please sign in to comment.