Skip to content

Commit b482dda

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2022-08-18) ### Features * **jinja call:** added support for jinja call blocks ([7a70e39](7a70e39)), closes [#337](#337)
1 parent 565b853 commit b482dda

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.10.0",
3+
"version": "1.11.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.10.0"
10+
version="1.11.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)