From 10c02537bea9bc77c0440ad930e80a2a8a302732 Mon Sep 17 00:00:00 2001 From: werrolf Date: Thu, 30 Jun 2022 10:57:47 +0200 Subject: [PATCH] [NFC] collect changes, mark as 0.4.3.2 + 6.4.3.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde59a0..4867497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.3.2 + 6.4.3.2 +* Drop webpack; switch to rollup build to fix missing "internal" properties in minified build +* Drop separate `dev` task, build minified / debug output in a single npm task (`build`) + ## 0.4.3.1 * Add `ol.format.filter` sub-namespace for WFS support ([PR#2](https://github.com/mapbender/openlayers6-es5/pull/2)) * Misc minor package updates for security audit