Skip to content

Commit

Permalink
chore(release): 1.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed May 18, 2023
1 parent f7c39a3 commit 16a613d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file removed docs/src/static/py/json5-0.9.11-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.27.2",
"version": "1.28.0",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name="djlint"
version="1.27.2"
version="1.28.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <[email protected]>"]
Expand Down

0 comments on commit 16a613d

Please sign in to comment.