mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
chore(release): 1.17.3 [skip ci]
## [1.17.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.17.2...v1.17.3) (2022-09-26) ### Bug Fixes * **linter:** fixed false positive on H017. Added test ([17ff881](17ff881045)), closes [#406](https://github.com/Riverside-Healthcare/djLint/issues/406) * **linter:** fixed false positive on T002. Added tests ([67e8c64](67e8c64762)), closes [#405](https://github.com/Riverside-Healthcare/djLint/issues/405)
This commit is contained in:
parent
d0ec633b8c
commit
dac04dd431
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.17.2",
|
||||
"version": "1.17.3",
|
||||
"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.17.2"
|
||||
version="1.17.3"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue