mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-23 20:25:49 +00:00
chore(release): 1.19.7 [skip ci]
## [1.19.7](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.6...v1.19.7) (2022-11-09) ### Bug Fixes * **formatter:** fixed a few broken alpinejs attributes ([6c2d843](6c2d843c2f)), closes [#448](https://github.com/Riverside-Healthcare/djLint/issues/448)
This commit is contained in:
parent
e873631644
commit
1c1c132f7f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.19.6",
|
||||
"version": "1.19.7",
|
||||
"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.6"
|
||||
version="1.19.7"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue