chore(release): 1.8.1 [skip ci]

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

### Bug Fixes

* **indent:** fixed bad indent on short blocks ([7e4ac76](7e4ac76be0)), closes [#309](https://github.com/Riverside-Healthcare/djLint/issues/309)
This commit is contained in:
semantic-release-bot 2022-07-28 16:17:41 +00:00
parent 72440ee44a
commit b37a55fe26
2 changed files with 2 additions and 2 deletions

View file

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