chore(release): 1.9.3 [skip ci]

## [1.9.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.2...v1.9.3) (2022-08-01)

### Bug Fixes

* **formatter:** fix to prevent formatter from breaking malformed attribute tags ([80263b2](80263b29bd)), closes [#317](https://github.com/Riverside-Healthcare/djLint/issues/317)
* **linter:** disabling linter rules should not disable formatting ([69ef16a](69ef16afa8)), closes [#316](https://github.com/Riverside-Healthcare/djLint/issues/316)
This commit is contained in:
semantic-release-bot 2022-08-01 13:58:20 +00:00
parent 918edd9b14
commit b4c835ca21
2 changed files with 2 additions and 2 deletions

View file

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