Skip to content

Commit b9afbf2

Browse files
committed
chore: v1.36.3
1 parent 1fb7968 commit b9afbf2

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.36.3] - 2024-11-29
6+
7+
This release reverts the following changes from the last release as they caused issues:
8+
9+
- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Issue #1048.
10+
- Resolve exclude paths. Issue #1047.
11+
512
## [1.36.2] - 2024-11-28
613

714
Fix:

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.2",
3+
"version": "1.36.3",
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.2"
38+
"postinstall": "python3 -m pip install --upgrade djlint==1.36.3"
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.2"
7+
version = "1.36.3"
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)