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/CHANGELOG.md b/CHANGELOG.md index 043f5fa8..9f2833e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 + ## 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",