From 564ecf808119d21c9c1e7d401a7546ca29277cc7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Sep 2022 10:39:38 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [1.15.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.2...v1.15.0) (2022-09-16) ### Bug Fixes * **formatter:** fixed formatting of repeating inline tags ([d31ce52](https://github.com/Riverside-Healthcare/djLint/commit/d31ce52b3b7952d9f7f6c8fc947c81967698fcf8)), closes [#387](https://github.com/Riverside-Healthcare/djLint/issues/387) ### Features * **linter t034:** added linter T034 to check for {% ... }% typo ([ecb95bb](https://github.com/Riverside-Healthcare/djLint/commit/ecb95bbee075c880942799a7c32246c6e8c0015f)), closes [#385](https://github.com/Riverside-Healthcare/djLint/issues/385) * **linter:** t002 added a few more tags to the check ([532c5b8](https://github.com/Riverside-Healthcare/djLint/commit/532c5b8d94d3c9f33b1644dee1167dc1b02c428a)), closes [#386](https://github.com/Riverside-Healthcare/djLint/issues/386) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b3c27c..f45565f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.14.2", + "version": "1.15.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index a1f776e..dc6d282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.14.2" +version="1.15.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]