From aaeb85b78864f91accae112b325769724e295acd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Feb 2025 18:24:00 +0000 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c646254..199bec398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v1.15.3 +* fix node 18 support by downgrading glob to v10 ([#2350](https://github.com/beautifier/js-beautify/pull/2350)) + ## v1.15.2 * Patch SNYK-JS-CROSSSPAWN-8303230 issue brought it through old glob package ([#2328](https://github.com/beautifier/js-beautify/issues/2328)) * release wheels on pypi ([#2313](https://github.com/beautifier/js-beautify/issues/2313)) From f37ab9177821df250b1794ddac3f1bcc2a99eaab Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Feb 2025 18:24:06 +0000 Subject: [PATCH 2/2] Bump version numbers for 1.15.3 --- 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 a9fb1dd44..51cb12873 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: . . . - + @@ -445,4 +445,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.2) +(README.md: js-beautify@1.15.3) diff --git a/package-lock.json b/package-lock.json index 4556e1d3f..13c2547ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.15.2", + "version": "1.15.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.15.2", + "version": "1.15.3", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index 426cba53b..1824c3e59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.15.2", + "version": "1.15.3", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index ed6661eef..be5724a8f 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.15.2" +__version__ = "1.15.3" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index ed6661eef..be5724a8f 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.15.2" +__version__ = "1.15.3"