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:
semantic-release-bot 2022-11-09 14:23:57 +00:00
parent e873631644
commit 1c1c132f7f
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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>"]