Skip to content

Commit 564ecf8

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.2...v1.15.0) (2022-09-16) ### Bug Fixes * **formatter:** fixed formatting of repeating inline tags ([d31ce52](d31ce52)), closes [#387](#387) ### Features * **linter t034:** added linter T034 to check for {% ... }% typo ([ecb95bb](ecb95bb)), closes [#385](#385) * **linter:** t002 added a few more tags to the check ([532c5b8](532c5b8)), closes [#386](#386)
1 parent 00636ce commit 564ecf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djlint",
3-
"version": "1.14.2",
3+
"version": "1.15.0",
44
"description": "HTML Template Linter and Formatter",
55
"main": "./bin/index.js",
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name="djlint"
10-
version="1.14.2"
10+
version="1.15.0"
1111
description="HTML Template Linter and Formatter"
1212
license="GPL-3.0-or-later"
1313
authors=["Christopher Pickering <cpickering@rhc.net>"]

0 commit comments

Comments
 (0)