From e8101c889b1446baba9e11d20fa82a98e09111b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Oct 2022 10:48:46 +0000 Subject: [PATCH] chore(release): 1.19.3 [skip ci] ## [1.19.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.2...v1.19.3) (2022-10-25) ### Bug Fixes * **formatter:** fixed poor formatting on long inline blocks ([62a8879](https://github.com/Riverside-Healthcare/djLint/commit/62a88796f41d3004aa114de06fa407525bcb23c4)), closes [#432](https://github.com/Riverside-Healthcare/djLint/issues/432) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fdb495fe9..bc39ff522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.2", + "version": "1.19.3", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index ad65ac851..15edeb547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.2" +version="1.19.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]