From 4b2d59f72bdfe5fefcc515a93bddce88f9c5b5bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Sep 2022 16:40:47 +0000 Subject: [PATCH] chore(release): 1.12.3 [skip ci] ## [1.12.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.12.2...v1.12.3) (2022-09-07) ### Bug Fixes * **cssbeautify:** added support for ignore in cssbeautifier ([8a3c60c](https://github.com/Riverside-Healthcare/djLint/commit/8a3c60c72b7d96845fc55e1992ac378cf748053b)) * **js formatting:** added support for jsbeautify ignore blocks ([b8bf071](https://github.com/Riverside-Healthcare/djLint/commit/b8bf071d167b6a6a38c749450549c94b8a9f3eb9)), closes [#367](https://github.com/Riverside-Healthcare/djLint/issues/367) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7158c9b..d5089bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.12.2", + "version": "1.12.3", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 95ae1e2..54773d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.12.2" +version="1.12.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]