Skip to content

Commit

Permalink
v2024.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 7, 2024
1 parent 299493f commit d884337
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2024.7.0] - 2024-07-07

- Allow ignoring install errors by disabling `djlint.showInstallError` setting.
- Require VSCode 1.90 or newer.
- Bump `execa` to v9.3.0.
- Bump `esbuild` to v0.23.0.

## [2024.6.0] - 2024-06-07

- Bump `execa` to 9.2.0.
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": "2024.6.0",
"version": "2024.7.0",
"description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)",
"categories": [
"Formatters",
Expand Down

0 comments on commit d884337

Please sign in to comment.