Skip to content

Commit

Permalink
chore(release): 1.17.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.3](v1.17.2...v1.17.3) (2022-09-26)

### Bug Fixes

* **linter:** fixed false positive on H017. Added test ([17ff881](17ff881)), closes [#406](#406)
* **linter:** fixed false positive on T002. Added tests ([67e8c64](67e8c64)), closes [#405](#405)
  • Loading branch information
semantic-release-bot committed Sep 26, 2022
1 parent d0ec633 commit dac04dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.17.2",
"version": "1.17.3",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {
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.17.2"
version="1.17.3"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]
Expand Down

0 comments on commit dac04dd

Please sign in to comment.