Skip to content

Commit

Permalink
chore(release): 1.19.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.4](v1.19.3...v1.19.4) (2022-11-03)

### Bug Fixes

* **attributes:** fixed poor django attribute parsing ([bd90f08](bd90f08)), closes [#427](#427) [#438](#438)
* **attributes:** prevented attribute indentation for url type attributes ([907a1bf](907a1bf)), closes [#320](#320) [#86](#86) [#195](#195)
* **image tag:** added image tag to template break tag list. srcset formatting ([0d170aa](0d170aa)), closes [#444](#444)
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent fa7bc23 commit 64486dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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>"]
Expand Down

0 comments on commit 64486dc

Please sign in to comment.