From 1a129a10e82fe650ca0a7489c737c9f86c2e442d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Apr 2021 19:37:16 +0000 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da364901..dc10cac23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog +## v1.13.12 + +### Description + + +### Closed Issues +* IE11 compatibility failure v>1.13.5 ([#1918](https://github.com/beautify-web/js-beautify/issues/1918)) + + ## v1.13.11 ### Description From 1863f1cc2b9bf8dbb74b4db25bc666ce2b003463 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Apr 2021 19:37:33 +0000 Subject: [PATCH 2/2] Bump version numbers for 1.13.12 --- README.md | 20 ++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- python/cssbeautifier/__version__.py | 2 +- python/jsbeautifier/__version__.py | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fc9ba586a..fb4f46fbd 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,17 @@ 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. @@ -404,4 +404,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.13.11) +(README.md: js-beautify@1.13.12) diff --git a/package-lock.json b/package-lock.json index c69af7b4b..899c63e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "js-beautify", - "version": "1.13.11", + "version": "1.13.12", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.13.11", + "version": "1.13.12", "license": "MIT", "dependencies": { "config-chain": "^1.1.12", diff --git a/package.json b/package.json index 4956420db..2bf10a5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.13.11", + "version": "1.13.12", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 747e18507..70629681c 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.13.11" +__version__ = "1.13.12" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 747e18507..70629681c 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.13.11" +__version__ = "1.13.12"