From ee4f0fef04d2db250b92ddfae4fe0d56a754a40c Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 4 Jul 2019 16:34:36 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1526990a654..423c31cb435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 1.16.5 +*2019-07-04* + +### Bug Fixes +* onwarn should still be called when --silent is used (#2982) +* Properly clean up watchers for files that are deleted between builds (#2982) + +### Pull Requests +* [#2981](https://github.com/rollup/rollup/pull/2981): Do not skip onwarn handler when --silent is used (@lukastaegert) +* [#2982](https://github.com/rollup/rollup/pull/2982): Make tests run on Node 12, fix watcher cleanup issue (@lukastaegert) + ## 1.16.4 *2019-07-02* @@ -8,7 +19,7 @@ * Use the correct TypeScript type for Sourcemap.version (#2976) ### Pull Requests -* [#2965](https://github.com/rollup/rollup/pull/2974): Use async readFile in getRollupDefaultPlugin (@kaksmet) +* [#2965](https://github.com/rollup/rollup/pull/2965): Use async readFile in getRollupDefaultPlugin (@kaksmet) * [#2974](https://github.com/rollup/rollup/pull/2974): Align TS types, docs and implementation for this.warn and this.error (@lukastaegert) * [#2976](https://github.com/rollup/rollup/pull/2976): Fix sourcemap type and update dependencies (@lukastaegert)