Skip to content

Commit 7ccad30

Browse files
Version Packages
1 parent edcd777 commit 7ccad30

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/dirty-islands-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fluffy-feet-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# microbundle
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [`edcd777`](https://github.com/developit/microbundle/commit/edcd777cfaedfdb436c62b5dcb3cff6291268e4c) [#823](https://github.com/developit/microbundle/pull/823) Thanks [@rschristian](https://github.com/rschristian)! - Ensures ambient type declaration for CSS Modules is included in the published bundle
8+
9+
* [`d87a5dc`](https://github.com/developit/microbundle/commit/d87a5dc286a1edba92ca3ec5b534807688c90854) Thanks [@developit](https://github.com/developit)! - - Fix `--sourcemap=false` to match `--no-sourcemap` and actually turn sourcemaps off.
10+
311
## 0.13.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microbundle",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.",
55
"main": "dist/microbundle.js",
66
"source": "src/index.js",

0 commit comments

Comments
 (0)