Version Packages (#900)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Preact Bot 2021-10-14 11:52:07 -04:00 committed by GitHub
parent 2a0ca8843f
commit c04bd48cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
"microbundle": patch
---
feat: :sparkles: Closes #497: preserve trailing newline in mangle.json

View File

@ -1,5 +0,0 @@
---
'microbundle': patch
---
Completion message shows pkg's actual name, rather than safe name

View File

@ -1,5 +1,13 @@
# microbundle
## 0.14.1
### Patch Changes
- [`2a0ca88`](https://github.com/developit/microbundle/commit/2a0ca8843f34c3773bb41eb3f8f571fb6b2b2d52) [#882](https://github.com/developit/microbundle/pull/882) Thanks [@MiKr13](https://github.com/MiKr13)! - feat: :sparkles: Closes #497: preserve trailing newline in mangle.json
* [`26f382a`](https://github.com/developit/microbundle/commit/26f382a989e86fdcc5149f73f7b6c9d314a4bf37) [#895](https://github.com/developit/microbundle/pull/895) Thanks [@rschristian](https://github.com/rschristian)! - Completion message shows pkg's actual name, rather than safe name
## 0.14.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "microbundle",
"version": "0.14.0",
"version": "0.14.1",
"description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.",
"main": "dist/microbundle.js",
"source": "src/index.js",