mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-26 13:23:59 +00:00
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](bd90f08065)), 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](907a1bfb9c)), 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](0d170aab6c)), closes [#444](https://github.com/Riverside-Healthcare/djLint/issues/444)
This commit is contained in:
parent
fa7bc2300a
commit
64486dc6de
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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 <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue