Skip to content

Commit 0393761

Browse files
committed
v1.0.5
1 parent 2511281 commit 0393761

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
We follow [Semantic Versions](https://semver.org/).
44

5+
## [1.0.5] - 2022-03-25
6+
7+
- Set default `indent` to `null`.
8+
59
## [1.0.4] - 2022-03-05
610

711
- Minor improvements.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "djlint",
33
"displayName": "djLint",
44
"description": "Django/Jinja HTML template formatter and linter",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"publisher": "monosans",
77
"license": "MIT",
88
"homepage": "https://github.com/monosans/djlint-vscode",

0 commit comments

Comments
 (0)