chore(release): 1.19.9 [skip ci]

## [1.19.9](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.8...v1.19.9) (2022-12-16)

### Bug Fixes

* **stdin --check:** stdin with the --check flag should return a formatted output ([57e1eec](57e1eecedb)), closes [#486](https://github.com/Riverside-Healthcare/djLint/issues/486)
This commit is contained in:
semantic-release-bot 2022-12-16 16:57:26 +00:00
parent ba830fabd8
commit 4e1592f66b
8 changed files with 2 additions and 2 deletions

View file

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