Skip to content

Commit

Permalink
chore(release): 1.34.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.34.2](v1.34.1...v1.34.2) (2024-08-28)

### Bug Fixes

* max attribute length with longer regex custom html tags ([#884](#884)) ([a8e3835](a8e3835))
  • Loading branch information
semantic-release-bot committed Aug 28, 2024
1 parent a8e3835 commit da6d9fe
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file modified docs/src/static/py/EditorConfig-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/PyYAML-99-py3-none-any.whl
Binary file not shown.
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.
Binary file modified docs/src/static/py/json5-99-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed docs/src/static/py/tqdm-4.66.1-py3-none-any.whl
Binary file not shown.
Binary file added docs/src/static/py/tqdm-4.66.5-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.34.1",
"version": "1.34.2",
"description": "HTML Template Linter and Formatter",
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -31,7 +31,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.34.1",
"postinstall": "python3 -m pip install --upgrade djlint==1.34.2",
"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.34.1"
version="1.34.2"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering"]
Expand Down

0 comments on commit da6d9fe

Please sign in to comment.