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:
semantic-release-bot 2022-11-07 09:17:53 +00:00
parent bb87879d0e
commit 7d0b9a3c9f
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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>"]