Skip to content

Commit ee4f0fe

Browse files
committed
Update changelog
1 parent b1afb6e commit ee4f0fe

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# rollup changelog
22

3+
## 1.16.5
4+
*2019-07-04*
5+
6+
### Bug Fixes
7+
* onwarn should still be called when --silent is used (#2982)
8+
* Properly clean up watchers for files that are deleted between builds (#2982)
9+
10+
### Pull Requests
11+
* [#2981](https://github.com/rollup/rollup/pull/2981): Do not skip onwarn handler when --silent is used (@lukastaegert)
12+
* [#2982](https://github.com/rollup/rollup/pull/2982): Make tests run on Node 12, fix watcher cleanup issue (@lukastaegert)
13+
314
## 1.16.4
415
*2019-07-02*
516

@@ -8,7 +19,7 @@
819
* Use the correct TypeScript type for Sourcemap.version (#2976)
920

1021
### Pull Requests
11-
* [#2965](https://github.com/rollup/rollup/pull/2974): Use async readFile in getRollupDefaultPlugin (@kaksmet)
22+
* [#2965](https://github.com/rollup/rollup/pull/2965): Use async readFile in getRollupDefaultPlugin (@kaksmet)
1223
* [#2974](https://github.com/rollup/rollup/pull/2974): Align TS types, docs and implementation for this.warn and this.error (@lukastaegert)
1324
* [#2976](https://github.com/rollup/rollup/pull/2976): Fix sourcemap type and update dependencies (@lukastaegert)
1425

0 commit comments

Comments
 (0)