mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-01 18:34:45 +00:00
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:
parent
4387ba57c3
commit
7da7226d25
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue