From 4071fa8fc8437f6da80463985c3299f9e6404c7f Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 31 Oct 2019 19:53:24 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c82909ab2..996ba3ec423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 1.26.1 +*2019-10-31* + +### Bug Fixes +* Prevent an issue where outputs would overwrite files emitted by other outputs (#3201) +* Do not throw an error if the config file does not have a .js extension (#3204) + +### Pull Requests +* [#3201](https://github.com/rollup/rollup/pull/3201): Make the CLI run generate/output in serial (@marijnh) +* [#3204](https://github.com/rollup/rollup/pull/3204): support all config file extensions (.js,.mjs,...) (@arlac77) + ## 1.26.0 *2019-10-27*