diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a362ec6..591fb5cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.14.10 +* 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)) +* invalid json being generated with wrap\_line\_length ([#1932](https://github.com/beautify-web/js-beautify/issues/1932)) + ## v1.14.9 * Bump semver and editorconfig ([#2161](https://github.com/beautify-web/js-beautify/pull/2161)) * Update editorconfig package ([#2160](https://github.com/beautify-web/js-beautify/issues/2160)) diff --git a/README.md b/README.md index 52891124f..bcc69f708 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.9) +(README.md: js-beautify@1.14.10) diff --git a/package-lock.json b/package-lock.json index 9318b20fb..2bbf0f86c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-beautify", - "version": "1.14.9", + "version": "1.14.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "js-beautify", - "version": "1.14.9", + "version": "1.14.10", "license": "MIT", "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index 3a70500eb..f90a89d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.14.9", + "version": "1.14.10", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 5f7706f02..29d13d699 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.9" +__version__ = "1.14.10" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 5f7706f02..29d13d699 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.14.9" +__version__ = "1.14.10"