From b4c835ca213e02a640d87916a8e165d5c6a22516 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Aug 2022 13:58:20 +0000 Subject: [PATCH] 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](https://github.com/Riverside-Healthcare/djLint/commit/80263b29bd1c0646ebf4473a6674061621d730ff)), closes [#317](https://github.com/Riverside-Healthcare/djLint/issues/317) * **linter:** disabling linter rules should not disable formatting ([69ef16a](https://github.com/Riverside-Healthcare/djLint/commit/69ef16afa8293b1e6836c1eefb796e366deabdfd)), closes [#316](https://github.com/Riverside-Healthcare/djLint/issues/316) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a261881..8a9b338 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 194648a..5467712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]