From 84249ff69fdd115b1ad890d9ae71887d5a7fd629 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Aug 2022 14:50:36 +0000 Subject: [PATCH] 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](https://github.com/Riverside-Healthcare/djLint/commit/215bd23190436fa376f2ef4eacc4a81a6c5455f2)), 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](https://github.com/Riverside-Healthcare/djLint/commit/4480cff832cb86206e46ba66970aa445529a24e7)), closes [#348](https://github.com/Riverside-Healthcare/djLint/issues/348) * **t001:** fixed false positive on multiline template tags ([ea76672](https://github.com/Riverside-Healthcare/djLint/commit/ea766722a54509799433438002b1f6c0c8b18e41)), closes [#350](https://github.com/Riverside-Healthcare/djLint/issues/350) ### Features * **h021:** allow inline styles that contain template syntax ([f1a39ed](https://github.com/Riverside-Healthcare/djLint/commit/f1a39ed289a623438e462564e84d2c65cd33bf35)), closes [#351](https://github.com/Riverside-Healthcare/djLint/issues/351) * **t002:** allow variables names to be used in the {% extends tag ([a5d96e7](https://github.com/Riverside-Healthcare/djLint/commit/a5d96e7a2de2d25544770110e4c81952a10d642f)), closes [#349](https://github.com/Riverside-Healthcare/djLint/issues/349) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a950d0f..2cbe5f5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 6052f3b..4fe6571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]