From 5c6c8848e9f4e536ea7bf13335354994d7e46a64 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 28 Mar 2019 07:55:38 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888f0e72911..5eba752c96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.7.4 +*2019-03-28* + +### Bug Fixes +* Improve TypeScript type of the treeshaking options (#2779) + +### Pull Requests +* [#2779](https://github.com/rollup/rollup/pull/2779): Make all properties in TreeshakingOptions optional (@ndelangen) + ## 1.7.3 *2019-03-24*