Skip to content

Commit

Permalink
chore(release): 1.19.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.17](v1.19.16...v1.19.17) (2023-04-05)

### Bug Fixes

* **blocktrans:** allowed closing transblocks to be indented if they have a leading space ([d667273](d667273))
* **custom tags:** fixed issue where end tag for custom block was not de-indented ([fb8bf5e](fb8bf5e)), closes [#572](#572)
* **ignored code:** fixed formatting of ignore code inside django comment blocks ([120460d](120460d)), closes [#569](#569)
* **linter:** linter will now ignore {% raw %} {% endraw %} blocks ([2a6865e](2a6865e)), closes [#539](#539)
* **max line length:** fixes issues around max line length not fully respected on indented lines ([1ec6b29](1ec6b29)), closes [#580](#580)
* **preserving space:** misc improvements for the preserve leading space option ([03ee6f0](03ee6f0)), closes [#566](#566)
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent 91f8e5a commit 9ad9db6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/pathspec-99-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/src/static/py/tqdm-4.64.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added docs/src/static/py/tqdm-4.65.0-py3-none-any.whl
Binary file not shown.
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.19",
"version": "1.19.17",
"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.16"
version="1.19.17"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]
Expand Down

0 comments on commit 9ad9db6

Please sign in to comment.