Skip to content

Commit f908697

Browse files
committed
chore: v1.36.1
1 parent 92e2e84 commit f908697

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.36.1] - 2024-11-07
6+
7+
- Improve performance by ~30%. Thanks, @oliverhaas.
8+
59
## [1.36.0] - 2024-11-05
610

711
### Feature

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