Skip to content

Commit 84249ff

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.1...v1.12.0) (2022-08-24) ### Bug Fixes * **h006:** prevented false positives on H006 ([215bd23](215bd23)), closes [#344](#344) [#333](#333) * **h012:** prevent H012 from matching the contents of tags or attributes ([4480cff](4480cff)), closes [#348](#348) * **t001:** fixed false positive on multiline template tags ([ea76672](ea76672)), closes [#350](#350) ### Features * **h021:** allow inline styles that contain template syntax ([f1a39ed](f1a39ed)), closes [#351](#351) * **t002:** allow variables names to be used in the {% extends tag ([a5d96e7](a5d96e7)), closes [#349](#349)
1 parent 7e6d64b commit 84249ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djlint",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "HTML Template Linter and Formatter",
55
"main": "./bin/index.js",
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name="djlint"
10-
version="1.11.1"
10+
version="1.12.0"
1111
description="HTML Template Linter and Formatter"
1212
license="GPL-3.0-or-later"
1313
authors=["Christopher Pickering <cpickering@rhc.net>"]

0 commit comments

Comments
 (0)