chore(release): 1.7.4 [skip ci]

## [1.7.4](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.3...v1.7.4) (2022-07-26)

### Bug Fixes

* **linter:** fixed false positive on T027 ([946b8ad](946b8ad715)), closes [#301](https://github.com/Riverside-Healthcare/djLint/issues/301)
This commit is contained in:
semantic-release-bot 2022-07-26 18:00:30 +00:00
parent 6025d277dd
commit 02035cf1ce
2 changed files with 2 additions and 2 deletions

View file

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