From 7d0b9a3c9fd238c31b20357a8855e09d66a774f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Nov 2022 09:17:53 +0000 Subject: [PATCH] chore(release): 1.19.5 [skip ci] ## [1.19.5](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.4...v1.19.5) (2022-11-07) ### Bug Fixes * **linter:** make attribute pattern on H025 more accepting. Prevent false positive ([1bd0bf7](https://github.com/Riverside-Healthcare/djLint/commit/1bd0bf7ef05b99c1fc212835109387b4588fdb12)), closes [#447](https://github.com/Riverside-Healthcare/djLint/issues/447) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69db4cd..a874a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.4", + "version": "1.19.5", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 13430a3..46f2104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.4" +version="1.19.5" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]