From 2bc6fdf5ae4e1605fb2fc956e6ad32ef737abff0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jul 2022 13:25:19 +0000 Subject: [PATCH] chore(release): 1.7.3 [skip ci] ## [1.7.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.2...v1.7.3) (2022-07-26) ### Bug Fixes * **preserve blank lines:** fixed duplicate blank lines being inserted after h-space, ([9ed3393](https://github.com/Riverside-Healthcare/djLint/commit/9ed3393be09e4b4dfd625f021fa85138ea937861)), closes [#300](https://github.com/Riverside-Healthcare/djLint/issues/300) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83675b4..2312904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.7.2", + "version": "1.7.3", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 182c568..2ced6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.7.2" +version="1.7.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]