Skip to content

Commit

Permalink
chore(release): 1.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.30.0](v1.29.0...v1.30.0) (2023-05-30)

### Bug Fixes

* **formatter:** fixed endset indent level ([cdebe42](cdebe42)), closes [#670](#670)
* **formatter:** fixed issue with spaceless macro tags having spacess added before - ([5593937](5593937)), closes [#667](#667)
* **npm:** install exact version of djlint ([0727279](0727279))

### Features

* **npm:** add script to update djlint version in postinstall using semantic-release/exec ([040ffc6](040ffc6))
  • Loading branch information
semantic-release-bot committed May 30, 2023
1 parent 0066dbe commit f2299a2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
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.29.0",
"version": "1.30.0",
"description": "HTML Template Linter and Formatter",
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"format": "prettier --config .prettierrc \"{bin,docs}/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write",
"postinstall": "python3 -m pip install --upgrade djlint==1.29.0",
"postinstall": "python3 -m pip install --upgrade djlint==1.30.0",
"pre-commit": "lint-staged",
"commit": "git add . && pre-commit run; git add . && npm run pre-commit && cz --no-verify",
"test": "xo"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name="djlint"
version="1.29.0"
version="1.30.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]
Expand Down

0 comments on commit f2299a2

Please sign in to comment.