Skip to content

Commit 5347a50

Browse files
committed
v2023.7.3
1 parent 6056017 commit 5347a50

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
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2023.7.3] - 2023-07-03
4+
5+
- Use [execa](https://github.com/sindresorhus/execa) for running djLint.
6+
37
## [2023.7.2] - 2023-07-02
48

59
- Replace `djlint.languages` with `djlint.formatLanguages` and language-overridable `djlint.enableLinting` and `djlint.profile`.

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
@@ -1,7 +1,7 @@
11
{
22
"name": "djlint",
33
"displayName": "djLint",
4-
"version": "2023.7.2",
4+
"version": "2023.7.3",
55
"description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)",
66
"categories": [
77
"Formatters",

0 commit comments

Comments
 (0)