chore(release): 1.19.8 [skip ci]

## [1.19.8](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.7...v1.19.8) (2022-12-15)

### Bug Fixes

* **attributes:** fixed outer quotes being stripped from attribute values ([dff02dc](dff02dcdc3)), closes [#471](https://github.com/Riverside-Healthcare/djLint/issues/471)
* **settings:** fixed pyproject loader ([5890161](5890161d2c)), closes [#469](https://github.com/Riverside-Healthcare/djLint/issues/469)
* **textarea:** fixed textarea attribute formatting ([e7c904e](e7c904e8f0)), closes [#486](https://github.com/Riverside-Healthcare/djLint/issues/486)
This commit is contained in:
semantic-release-bot 2022-12-15 17:57:59 +00:00
parent 2e67f9d91d
commit 68c155a7cf
11 changed files with 2 additions and 2 deletions

View file

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