From 800afd0a87ccc6494ec4ebc6ef8b35bcced5c426 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Jul 2022 16:25:41 +0000 Subject: [PATCH] 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](https://github.com/Riverside-Healthcare/djLint/commit/f38328c829898d9dfafb59d1b5cfd81ad5325920)), closes [#292](https://github.com/Riverside-Healthcare/djLint/issues/292) * **twig:** fixed indent issue with comments. Added test ([47ef81f](https://github.com/Riverside-Healthcare/djLint/commit/47ef81f96b81412172fa84710b1177066981a451)), closes [#290](https://github.com/Riverside-Healthcare/djLint/issues/290) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 02f66f39..f5077b58 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 590ed11f..eef8a0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]