chore(release): 1.11.1 [skip ci]

## [1.11.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.11.0...v1.11.1) (2022-08-22)

### Bug Fixes

* **formatter:** fixed runaway regex on templates with many template attriutes inside html tags ([79cd013](79cd013f8d)), closes [#340](https://github.com/Riverside-Healthcare/djLint/issues/340)
* **linter:** fixed false positive on T032 with jinja multi line set ([f9dac86](f9dac86b1a)), closes [#342](https://github.com/Riverside-Healthcare/djLint/issues/342)
* **linter:** fixed false postive on rule H008 ([79618a5](79618a5bfb)), closes [#339](https://github.com/Riverside-Healthcare/djLint/issues/339)
* **linter:** prevent linter matches that overlap ignored blocks of code such as comments ([90cf576](90cf5764ac)), closes [#343](https://github.com/Riverside-Healthcare/djLint/issues/343)
This commit is contained in:
semantic-release-bot 2022-08-22 17:24:23 +00:00
parent fc68a5118f
commit 325a1aa320
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.11.0",
"version": "1.11.1",
"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.11.0"
version="1.11.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]