chore(release): 1.8.0 [skip ci]

# [1.8.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.4...v1.8.0) (2022-07-28)

### Features

* **formatter:** added option to add blank line before tags ([b2bd1ea](b2bd1ea298)), closes [#307](https://github.com/Riverside-Healthcare/djLint/issues/307)
This commit is contained in:
semantic-release-bot 2022-07-28 15:04:02 +00:00
parent b30a69e1d6
commit c0983bdf09
2 changed files with 2 additions and 2 deletions

View file

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