diff --git a/CHANGELOG.md b/CHANGELOG.md index 591fb5cca..4cbba96a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.14.10 +## v1.14.11 * Editor not working https://beautifier.io/ ([#2201](https://github.com/beautify-web/js-beautify/issues/2201)) * Set nodejs minimum to v14 ([#2169](https://github.com/beautify-web/js-beautify/pull/2169)) * Invalid prettification of object with unicode escape character as object key ([#2159](https://github.com/beautify-web/js-beautify/issues/2159)) diff --git a/README.md b/README.md index bcc69f708..83153f3e2 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.14.10) +(README.md: js-beautify@1.14.11) diff --git a/index.html b/index.html index 3bdf189e9..2d7704101 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,7 @@ - - + diff --git a/package-lock.json b/package-lock.json index 2bbf0f86c..03b039cc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.14.10", + "version": "1.14.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.14.10", + "version": "1.14.11", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index f90a89d87..f08f6a791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.14.10", + "version": "1.14.11", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 29d13d699..c2c7aa20a 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.10" +__version__ = "1.14.11" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 29d13d699..c2c7aa20a 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.10" +__version__ = "1.14.11"