We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe04fbc commit 55c578dCopy full SHA for 55c578d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "djlint",
3
- "version": "1.14.0",
+ "version": "1.14.1",
4
"description": "HTML Template Linter and Formatter",
5
"main": "./bin/index.js",
6
"directories": {
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
7
8
[tool.poetry]
9
name="djlint"
10
-version="1.14.0"
+version="1.14.1"
11
description="HTML Template Linter and Formatter"
12
license="GPL-3.0-or-later"
13
authors=["Christopher Pickering <cpickering@rhc.net>"]
0 commit comments