Skip to content

Commit

Permalink
chore(release): 1.19.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.8](v1.19.7...v1.19.8) (2022-12-15)

### Bug Fixes

* **attributes:** fixed outer quotes being stripped from attribute values ([dff02dc](dff02dc)), closes [#471](#471)
* **settings:** fixed pyproject loader ([5890161](5890161)), closes [#469](#469)
* **textarea:** fixed textarea attribute formatting ([e7c904e](e7c904e)), closes [#486](#486)
  • Loading branch information
semantic-release-bot committed Dec 15, 2022
1 parent 2e67f9d commit 68c155a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Binary file modified docs/src/static/py/PyYAML-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/importlib_metadata-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/pathspec-99-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/src/static/py/zipp-99-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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>"]
Expand Down

0 comments on commit 68c155a

Please sign in to comment.