chore(release): 1.12.0 [skip ci]

# [1.12.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.11.1...v1.12.0) (2022-08-24)

### Bug Fixes

* **h006:** prevented false positives on H006 ([215bd23](215bd23190)), closes [#344](https://github.com/Riverside-Healthcare/djLint/issues/344) [#333](https://github.com/Riverside-Healthcare/djLint/issues/333)
* **h012:** prevent H012 from matching the contents of tags or attributes ([4480cff](4480cff832)), closes [#348](https://github.com/Riverside-Healthcare/djLint/issues/348)
* **t001:** fixed false positive on multiline template tags ([ea76672](ea766722a5)), closes [#350](https://github.com/Riverside-Healthcare/djLint/issues/350)

### Features

* **h021:** allow inline styles that contain template syntax ([f1a39ed](f1a39ed289)), closes [#351](https://github.com/Riverside-Healthcare/djLint/issues/351)
* **t002:** allow variables names to be used in the {% extends tag ([a5d96e7](a5d96e7a2d)), closes [#349](https://github.com/Riverside-Healthcare/djLint/issues/349)
This commit is contained in:
semantic-release-bot 2022-08-24 14:50:36 +00:00
parent 7e6d64bab8
commit 84249ff69f
2 changed files with 2 additions and 2 deletions

View file

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