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](9ed3393be0)), closes [#300](https://github.com/Riverside-Healthcare/djLint/issues/300)
This commit is contained in:
semantic-release-bot 2022-07-26 13:25:19 +00:00
parent 4d10a9091b
commit 2bc6fdf5ae
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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 <cpickering@rhc.net>"]