Skip to content

Commit

Permalink
chore: v1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 28, 2024
1 parent 2ddeb42 commit 0c58a5c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [1.36.2] - 2024-11-28

Fix:

- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @oliverhaas.
- Resolve exclude paths. Thanks, @antoineauger.

Performance:

- Minor regex indent optimization. Thanks, @oliverhaas.

## [1.36.1] - 2024-11-07

- Improve performance by ~30%. Thanks, @oliverhaas.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.36.1",
"version": "1.36.2",
"description": "HTML Template Linter and Formatter",
"keywords": [
"html template linter",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"files": [],
"scripts": {
"postinstall": "python3 -m pip install --upgrade djlint==1.36.1"
"postinstall": "python3 -m pip install --upgrade djlint==1.36.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["hatchling"]

[project]
name = "djlint"
version = "1.36.1"
version = "1.36.2"
description = "HTML Template Linter and Formatter"
readme = "README.md"
license = { text = "GPL-3.0-or-later" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c58a5c

Please sign in to comment.