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:
semantic-release-bot 2023-01-04 15:49:16 +00:00
parent 8bf6324bba
commit a8cbd439f7
6 changed files with 2 additions and 2 deletions

View file

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

View file

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