Skip to content

Commit 16a613d

Browse files
chore(release): 1.28.0 [skip ci]
# [1.28.0](v1.27.2...v1.28.0) (2023-05-18) ### Bug Fixes * **formatter:** allow djlint:off to exluce the rest of a file ([17faf5f](17faf5f)), closes [#649](#649) * **formatter:** don't add blank line to empty files ([8ea5fd2](8ea5fd2)), closes [#635](#635) ### Features * **formatter:** added ability to format objects/arrays in function tags ([d446efc](d446efc)), closes [#370](#370) * **formatter:** format set blocks ([d88371c](d88371c)), closes [#646](#646)
1 parent f7c39a3 commit 16a613d

7 files changed

+2
-2
lines changed
Binary file not shown.
204 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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