Skip to content

Commit 0c58a5c

Browse files
committed
chore: v1.36.2
1 parent 2ddeb42 commit 0c58a5c

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
[Semantic Versioning](https://semver.org/)
44

5+
## [1.36.2] - 2024-11-28
6+
7+
Fix:
8+
9+
- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @oliverhaas.
10+
- Resolve exclude paths. Thanks, @antoineauger.
11+
12+
Performance:
13+
14+
- Minor regex indent optimization. Thanks, @oliverhaas.
15+
516
## [1.36.1] - 2024-11-07
617

718
- Improve performance by ~30%. Thanks, @oliverhaas.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djlint",
3-
"version": "1.36.1",
3+
"version": "1.36.2",
44
"description": "HTML Template Linter and Formatter",
55
"keywords": [
66
"html template linter",
@@ -35,7 +35,7 @@
3535
},
3636
"files": [],
3737
"scripts": {
38-
"postinstall": "python3 -m pip install --upgrade djlint==1.36.1"
38+
"postinstall": "python3 -m pip install --upgrade djlint==1.36.2"
3939
},
4040
"devDependencies": {
4141
"@ianvs/prettier-plugin-sort-imports": "4.4.0",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[project]
66
name = "djlint"
7-
version = "1.36.1"
7+
version = "1.36.2"
88
description = "HTML Template Linter and Formatter"
99
readme = "README.md"
1010
license = { text = "GPL-3.0-or-later" }

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)