diff --git a/CHANGELOG.md b/CHANGELOG.md index 76544a756..599e96d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [1.36.1] - 2024-11-07 + +- Improve performance by ~30%. Thanks, @oliverhaas. + ## [1.36.0] - 2024-11-05 ### Feature diff --git a/package-lock.json b/package-lock.json index 78ee0863a..38d095ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint", - "version": "1.36.0", + "version": "1.36.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "djlint", - "version": "1.36.0", + "version": "1.36.1", "hasInstallScript": true, "license": "GPL-3.0-or-later", "devDependencies": { diff --git a/package.json b/package.json index 562cada22..4ce8c708e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.36.0", + "version": "1.36.1", "description": "HTML Template Linter and Formatter", "keywords": [ "html template linter", @@ -35,7 +35,7 @@ }, "files": [], "scripts": { - "postinstall": "python3 -m pip install --upgrade djlint==1.36.0" + "postinstall": "python3 -m pip install --upgrade djlint==1.36.1" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "4.4.0", diff --git a/pyproject.toml b/pyproject.toml index ae962cae2..a1e98a1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "djlint" -version = "1.36.0" +version = "1.36.1" description = "HTML Template Linter and Formatter" readme = "README.md" license = { text = "GPL-3.0-or-later" } diff --git a/uv.lock b/uv.lock index fc028ba3e..b9c119def 100644 --- a/uv.lock +++ b/uv.lock @@ -109,7 +109,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/e5/66/9bfd2d69fb4479d38 [[package]] name = "djlint" -version = "1.36.0" +version = "1.36.1" source = { editable = "." } dependencies = [ { name = "click" },