From 7ea824b9574ff2a789f2cc788ce7da5c29de2e45 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 2 Nov 2019 12:01:23 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c1bb03a25..c1a67dce9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.26.3 +*2019-11-02* + +### Bug Fixes +* Work around an incompatibility with rollup-plugin-dts (#3211) + +### Pull Requests +* [#3211](https://github.com/rollup/rollup/pull/3211): Do no fail if the source attribute is `undefined` in an unused named export (@lukastaegert) + ## 1.26.2 *2019-10-31*