mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-22 06:04:41 +00:00
chore(release): 1.7.1 [skip ci]
## [1.7.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.0...v1.7.1) (2022-07-22) ### Bug Fixes * **linter:** fix false positive on rule T001 ([f38328c](f38328c829)), closes [#292](https://github.com/Riverside-Healthcare/djLint/issues/292) * **twig:** fixed indent issue with comments. Added test ([47ef81f](47ef81f96b)), closes [#290](https://github.com/Riverside-Healthcare/djLint/issues/290)
This commit is contained in:
parent
56a8933994
commit
800afd0a87
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"main": "./bin/index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="1.7.0"
|
||||
version="1.7.1"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue