Skip to content

Commit 7c025e3

Browse files
chore(release): 1.25.1 [skip ci]
## [1.25.1](v1.25.0...v1.25.1) (2023-05-08) ### Bug Fixes * **js indent:** fixed an issue where literal strings were double indented ([b1e8ab2](b1e8ab2)), closes [#614](#614) * **set:** added formatting of json/list style set contents ([85aca4c](85aca4c)), closes [#287](#287) [#518](#518) [#370](#370)
1 parent 70f1a1d commit 7c025e3

8 files changed

+2
-2
lines changed

Diff for: docs/src/static/py/cssbeautifier-99-py3-none-any.whl

0 Bytes
Binary file not shown.

Diff for: docs/src/static/py/djlint-99-py3-none-any.whl

1.49 KB
Binary file not shown.

Diff for: docs/src/static/py/jsbeautifier-99-py3-none-any.whl

0 Bytes
Binary file not shown.

Diff for: docs/src/static/py/json5-0.9.11-py2.py3-none-any.whl

18.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Diff for: package.json

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

Diff for: pyproject.toml

+1-1
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.25.0"
10+
version="1.25.1"
1111
description="HTML Template Linter and Formatter"
1212
license="GPL-3.0-or-later"
1313
authors=["Christopher Pickering <[email protected]>"]

0 commit comments

Comments
 (0)