From d79aa577d991d8d2799b476af2f377eb3434cc75 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 6 Jun 2019 14:26:13 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3909f35b396..f3d7c0c2ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.14.3 +*2019-06-06* + +### Bug Fixes +* Generate correct external imports when importing from a directory that would be above the root of the current working directory (#2902) + +### Pull Requests +* [#2902](https://github.com/rollup/rollup/pull/2902): Use browser relative path algorithm for chunks (@lukastaegert) + ## 1.14.2 *2019-06-05*