From 325a1aa3209004f6a29e8efca5442ea4ad53a551 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Aug 2022 17:24:23 +0000 Subject: [PATCH] chore(release): 1.11.1 [skip ci] ## [1.11.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.11.0...v1.11.1) (2022-08-22) ### Bug Fixes * **formatter:** fixed runaway regex on templates with many template attriutes inside html tags ([79cd013](https://github.com/Riverside-Healthcare/djLint/commit/79cd013f8dfea25523b9682c2363d33d0d2c60ac)), closes [#340](https://github.com/Riverside-Healthcare/djLint/issues/340) * **linter:** fixed false positive on T032 with jinja multi line set ([f9dac86](https://github.com/Riverside-Healthcare/djLint/commit/f9dac86b1a3a2d917a6d83d53a29bda92c8d8f66)), closes [#342](https://github.com/Riverside-Healthcare/djLint/issues/342) * **linter:** fixed false postive on rule H008 ([79618a5](https://github.com/Riverside-Healthcare/djLint/commit/79618a5bfbdbfa4c600dad1a4e8f3672bc4d5dcd)), closes [#339](https://github.com/Riverside-Healthcare/djLint/issues/339) * **linter:** prevent linter matches that overlap ignored blocks of code such as comments ([90cf576](https://github.com/Riverside-Healthcare/djLint/commit/90cf5764accfa52b4df9bf015f849326da3b2ec4)), closes [#343](https://github.com/Riverside-Healthcare/djLint/issues/343) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 701f4c4..a950d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.11.0", + "version": "1.11.1", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index eca26f0..6052f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.11.0" +version="1.11.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]