mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-14 16:23:08 +00:00
chore(release): 1.19.11 [skip ci]
## [1.19.11](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.10...v1.19.11) (2023-01-04) ### Bug Fixes * **linter:** fixes false positive on D018 ([ebd099f](ebd099f011)), closes [#501](https://github.com/Riverside-Healthcare/djLint/issues/501)
This commit is contained in:
parent
8bf6324bba
commit
a8cbd439f7
6 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.19.10",
|
||||
"version": "1.19.11",
|
||||
"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.10"
|
||||
version="1.19.11"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue