From 7e32c131fa0005ad0fa2c28a35a2826d2893ed2d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 7 Aug 2022 07:29:21 +0000 Subject: [PATCH 1/2] 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)) From b7917f4cf01817fa49095bc4ec3bf2c72fd1fa48 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 7 Aug 2022 07:29:33 +0000 Subject: [PATCH 2/2] Bump version numbers for 1.14.5 --- README.md | 14 +++++++------- package-lock.json | 4 ++-- package.json | 2 +- python/cssbeautifier/__version__.py | 2 +- python/jsbeautifier/__version__.py | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8e52136d..c9951fc9 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ JS Beautifier is hosted on two CDN services: [cdnjs](https://cdnjs.com/libraries To pull the latest version from one of these services include one set of the script tags below in your document: ```html - - - + + + - - - + + + ``` Older versions are available by changing the version number. @@ -397,4 +397,4 @@ Thanks also to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider, D Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison, Chris J. Shull, Mathias Bynens, Vittorio Gambaletta and others. -(README.md: js-beautify@1.14.4) +(README.md: js-beautify@1.14.5) diff --git a/package-lock.json b/package-lock.json index d17d8c5a..5099f3c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.14.4", + "version": "1.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.14.4", + "version": "1.14.5", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index b9455043..07a45d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.14.4", + "version": "1.14.5", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 476b0706..dd8fc416 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.4" +__version__ = "1.14.5" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 476b0706..dd8fc416 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.4" +__version__ = "1.14.5"