From d86a249d3a7fd011534dcf1ece13adf0ec1bc957 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Aug 2022 04:43:32 +0000 Subject: [PATCH] Bump version numbers for 1.14.6 --- 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 c9951fc97..bb6910626 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.5) +(README.md: js-beautify@1.14.6) diff --git a/package-lock.json b/package-lock.json index 5099f3c28..5a9cc225d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.14.5", + "version": "1.14.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.14.5", + "version": "1.14.6", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index 07a45d597..39fed0618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.14.5", + "version": "1.14.6", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index dd8fc4166..ee738f982 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.5" +__version__ = "1.14.6" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index dd8fc4166..ee738f982 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.5" +__version__ = "1.14.6"