From 7e32c131fa0005ad0fa2c28a35a2826d2893ed2d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 7 Aug 2022 07:29:21 +0000 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35c1431..696a9a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.14.5 +* Dependency updates and UI tweaks ([#2088](https://github.com/beautify-web/js-beautify/pull/2088)) +* Bump terser from 5.12.1 to 5.14.2 ([#2084](https://github.com/beautify-web/js-beautify/pull/2084)) +* new layout breaks everything on long lines ([#2071](https://github.com/beautify-web/js-beautify/issues/2071)) +* Dark mode ([#2057](https://github.com/beautify-web/js-beautify/issues/2057)) + ## v1.14.4 * Extra space before `!important` added ([#2056](https://github.com/beautify-web/js-beautify/issues/2056)) * css format removes space after quoted value ([#2051](https://github.com/beautify-web/js-beautify/issues/2051))