Skip to content

Commit

Permalink
v1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 29, 2024
1 parent e0d7623 commit ca948cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.35.2] - 2024-08-29

- Fix npm publishing

## [1.35.1] - 2024-08-29

- Fix npm publishing
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.35.1",
"version": "1.35.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.35.1"
"postinstall": "python3 -m pip install --upgrade djlint==1.35.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
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 = ["poetry-core"]

[tool.poetry]
name = "djlint"
version = "1.35.1"
version = "1.35.2"
description = "HTML Template Linter and Formatter"
license = "GPL-3.0-or-later"
authors = ["Christopher Pickering"]
Expand Down

0 comments on commit ca948cf

Please sign in to comment.