Skip to content

Commit a19a43d

Browse files
committed
v1.0.3
1 parent 2d69b53 commit a19a43d

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.3] - 2022-02-21
6+
7+
- Code quality improvements.
8+
59
## [1.0.2] - 2022-02-20
610

711
- Fix `djlint.pythonPath` not working.

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.2",
5+
"version": "1.0.3",
66
"publisher": "monosans",
77
"license": "MIT",
88
"homepage": "https://github.com/monosans/djlint-vscode",

0 commit comments

Comments
 (0)