Skip to content

Commit

Permalink
v2022.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jun 14, 2022
1 parent c6129b5 commit 57c4665
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2022.6.0] - 2022-06-14

- Replace the `djlint.indent` option with `djlint.useEditorIndentation`, which is more flexible and more consistent with the VS Code API.

## [2022.5.2] - 2022-05-19

- Minor bug fix.
Expand Down
40 changes: 20 additions & 20 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
Expand Up @@ -2,7 +2,7 @@
"name": "djlint",
"displayName": "djLint",
"description": "HTML template formatter and linter (Django | Jinja | Nunjucks | Twig | Handlebars | Mustache)",
"version": "2022.5.2",
"version": "2022.6.0",
"publisher": "monosans",
"license": "MIT",
"homepage": "https://github.com/monosans/djlint-vscode",
Expand Down

0 comments on commit 57c4665

Please sign in to comment.