Skip to content

Commit

Permalink
v2023.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 3, 2023
1 parent 6056017 commit 5347a50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2023.7.3] - 2023-07-03

- Use [execa](https://github.com/sindresorhus/execa) for running djLint.

## [2023.7.2] - 2023-07-02

- Replace `djlint.languages` with `djlint.formatLanguages` and language-overridable `djlint.enableLinting` and `djlint.profile`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "djlint",
"displayName": "djLint",
"version": "2023.7.2",
"version": "2023.7.3",
"description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)",
"categories": [
"Formatters",
Expand Down

0 comments on commit 5347a50

Please sign in to comment.