diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc754542..61fb8e820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog +## v1.6.12 + +### Description + + +### Closed Issues +* CSS: Preserve Newlines ([#537](https://github.com/beautify-web/js-beautify/issues/537)) + + ## v1.6.11 ### Description Reverted #1117 - Preserve newlines broken ### Closed Issues +* On beautify, new line before next CSS selector ([#1142](https://github.com/beautify-web/js-beautify/issues/1142)) ## v1.6.10 diff --git a/README.md b/README.md index 42449a915..e33dfe48d 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ JS Beautifier is hosted on two CDN services: [cdnjs](https://cdnjs.com/libraries To pull from one of these services include one set of the script tags below in your document: ```html - - - + + + - - - + + + - - - + + + ``` Disclaimer: These are free services, so there are [no uptime or support guarantees](https://github.com/rgrove/rawgit/wiki/Frequently-Asked-Questions#i-need-guaranteed-100-uptime-should-i-use-cdnrawgitcom). @@ -316,4 +316,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.6.11) +(README.md: js-beautify@1.6.12) diff --git a/index.html b/index.html index 02b8b31f9..9a99158bd 100644 --- a/index.html +++ b/index.html @@ -381,7 +381,7 @@
- +
diff --git a/package.json b/package.json index c822ce0d4..24b4403c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.6.11", + "version": "1.6.12", "description": "jsbeautifier.org for node", "main": "js/index.js", "bin": { diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 9a5e84e0a..e226d1e9f 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = '1.6.11' +__version__ = '1.6.12'