From 64486dc6deb51ac3122135a7dfc549b29874f36f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 12:50:40 +0000 Subject: [PATCH] chore(release): 1.19.4 [skip ci] ## [1.19.4](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.3...v1.19.4) (2022-11-03) ### Bug Fixes * **attributes:** fixed poor django attribute parsing ([bd90f08](https://github.com/Riverside-Healthcare/djLint/commit/bd90f08065958369f1b0faa35a6c870a7dd214c8)), closes [#427](https://github.com/Riverside-Healthcare/djLint/issues/427) [#438](https://github.com/Riverside-Healthcare/djLint/issues/438) * **attributes:** prevented attribute indentation for url type attributes ([907a1bf](https://github.com/Riverside-Healthcare/djLint/commit/907a1bfb9cb533cf2315fca12a29bca2af8452a5)), closes [#320](https://github.com/Riverside-Healthcare/djLint/issues/320) [#86](https://github.com/Riverside-Healthcare/djLint/issues/86) [#195](https://github.com/Riverside-Healthcare/djLint/issues/195) * **image tag:** added image tag to template break tag list. srcset formatting ([0d170aa](https://github.com/Riverside-Healthcare/djLint/commit/0d170aab6c2250095cc27151c19035a1c49a278d)), closes [#444](https://github.com/Riverside-Healthcare/djLint/issues/444) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc39ff5..483118a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.3", + "version": "1.19.4", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 3c2fc3b..13430a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.3" +version="1.19.4" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]