From 5b41158f2efab326bb438ff6ca581a45bb7d2133 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Feb 2024 16:14:46 +0000 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fec4233..ac752c37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.15.1 +* Turn new angular templating off by default in html ([#2247](https://github.com/beautifier/js-beautify/pull/2247)) +* Perf regression in latest release (1.15.0) ([#2246](https://github.com/beautifier/js-beautify/issues/2246)) + ## v1.15.0 * Fixed #2219 - formatting of new Angular control flow syntax ([#2221](https://github.com/beautifier/js-beautify/pull/2221)) From f53ce3a5ffaa8f643c2d37ae8691462e5fca2db8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Feb 2024 16:14:54 +0000 Subject: [PATCH 2/2] Bump version numbers for 1.15.1 --- README.md | 16 ++++++++-------- package-lock.json | 4 ++-- package.json | 2 +- python/cssbeautifier/__version__.py | 2 +- python/jsbeautifier/__version__.py | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 58e5943c4..d7a583a4d 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 - - - + + + - - - + + + ``` Example usage of a JS tag in html: @@ -76,7 +76,7 @@ Example usage of a JS tag in html: . . . - + @@ -434,4 +434,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.15.0) +(README.md: js-beautify@1.15.1) diff --git a/package-lock.json b/package-lock.json index b7a39bb15..41fecac98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index 4d0e04f08..7e5316d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.15.0", + "version": "1.15.1", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 6b0872cb2..8b0c91569 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.15.0" +__version__ = "1.15.1" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 6b0872cb2..8b0c91569 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.15.0" +__version__ = "1.15.1"