chore(release): 1.19.6 [skip ci]

## [1.19.6](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.5...v1.19.6) (2022-11-08)

### Bug Fixes

* **css/js:** fixed extra blank lines being appended to blank lines in css/js formatter ([10e593f](10e593f623)), closes [#451](https://github.com/Riverside-Healthcare/djLint/issues/451)
This commit is contained in:
semantic-release-bot 2022-11-08 07:45:46 +00:00
parent 4387ba57c3
commit 7da7226d25
2 changed files with 2 additions and 2 deletions

View file

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