From 73f046b50d26e82d3dc3b4ac373b809b264b5bff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Aug 2023 08:32:07 +0000 Subject: [PATCH] Version Packages --- .changeset/gold-berries-march.md | 5 ----- .changeset/swift-plums-fix.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/gold-berries-march.md delete mode 100644 .changeset/swift-plums-fix.md diff --git a/.changeset/gold-berries-march.md b/.changeset/gold-berries-march.md deleted file mode 100644 index a96679e4..00000000 --- a/.changeset/gold-berries-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -Fix indentation style in `mangle.json` not preserved diff --git a/.changeset/swift-plums-fix.md b/.changeset/swift-plums-fix.md deleted file mode 100644 index 941c04d4..00000000 --- a/.changeset/swift-plums-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'microbundle': patch ---- - -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 043f5fa8..f3f83964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6cf2034f..1d33bc68 100644 --- a/package.json +++ b/package.json @@ -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",