chore(release): 1.12.1 [skip ci]

## [1.12.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.12.0...v1.12.1) (2022-08-30)

### Bug Fixes

* **macro:** allow html tags inside macro functions to skip formatting ([bffb093](bffb093c4c)), closes [#353](https://github.com/Riverside-Healthcare/djLint/issues/353)
* **t001:** fixed false positive on T001 with Jinja {{- and {{+ tags ([c57e944](c57e9444a1)), closes [#354](https://github.com/Riverside-Healthcare/djLint/issues/354)
This commit is contained in:
semantic-release-bot 2022-08-30 01:47:17 +00:00
parent ffdb1f0e14
commit c0fa3af158
2 changed files with 2 additions and 2 deletions

View file

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