Skip to content

Commit 55c578d

Browse files
chore(release): 1.14.1 [skip ci]
## [1.14.1](v1.14.0...v1.14.1) (2022-09-14) ### Bug Fixes * **alpine js:** fix incorrect indent on alpinejs attribs w/ nested HTML ([f0d37a5](f0d37a5)), closes [#381](#381)
1 parent fe04fbc commit 55c578d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djlint",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "HTML Template Linter and Formatter",
55
"main": "./bin/index.js",
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name="djlint"
10-
version="1.14.0"
10+
version="1.14.1"
1111
description="HTML Template Linter and Formatter"
1212
license="GPL-3.0-or-later"
1313
authors=["Christopher Pickering <cpickering@rhc.net>"]

0 commit comments

Comments
 (0)