Skip to content

Commit

Permalink
v2023.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 7, 2023
1 parent 55b433b commit 2ea6440
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.4] - 2023-07-07

- Improve error handling.

## [2023.7.3] - 2023-07-03

- Use [execa](https://github.com/sindresorhus/execa) for running djLint.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "djlint",
"displayName": "djLint",
"version": "2023.7.3",
"version": "2023.7.4",
"description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)",
"categories": [
"Formatters",
Expand Down Expand Up @@ -340,7 +340,7 @@
"eslint-config-prettier": "8.8.0",
"ovsx": "0.8.2",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "^2.4.4",
"prettier-plugin-packagejson": "2.4.4",
"typescript": "5.1.6"
},
"engines": {
Expand Down

0 comments on commit 2ea6440

Please sign in to comment.