chore(release): 1.19.1 [skip ci]

## [1.19.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.0...v1.19.1) (2022-10-13)

### Bug Fixes

* **formatter:** fixed indent on inline block followed by inline template block ([4a0bee6](4a0bee6dc2)), closes [#425](https://github.com/Riverside-Healthcare/djLint/issues/425)
This commit is contained in:
semantic-release-bot 2022-10-13 11:34:28 +00:00
parent d4b99ef163
commit b4dc371a10
2 changed files with 2 additions and 2 deletions

View file

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