From 6bca51a03b7450626ec2e25985331dbce5482856 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 5 Oct 2019 08:07:02 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5436a22859b..30bab09332f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.23.1 +*2019-10-05* + +### Bug Fixes +* Fix a regression where the node types had a specific minimal version (#3143) + +### Pull Requests +* [#3143](https://github.com/rollup/rollup/pull/3143): Ensure that types packages have star version ranges (@lukastaegert) + ## 1.23.0 *2019-10-03*