mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-16 17:11:08 +00:00
chore(release): 1.19.5 [skip ci]
## [1.19.5](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.4...v1.19.5) (2022-11-07) ### Bug Fixes * **linter:** make attribute pattern on H025 more accepting. Prevent false positive ([1bd0bf7](1bd0bf7ef0)), closes [#447](https://github.com/Riverside-Healthcare/djLint/issues/447)
This commit is contained in:
parent
bb87879d0e
commit
7d0b9a3c9f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.5",
|
||||
"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.4"
|
||||
version="1.19.5"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue