diff --git a/CHANGELOG.md b/CHANGELOG.md index 30da44a..148c0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2023.7.0] - 2023-07-01 + +- Add a new, more reliable linter output parser. It requires djLint ≥ 1.25, but you can use the old parser by disabling `djlint.useNewLinterOutputParser`. +- Improve error messages by adding a command to update djLint. + ## [2023.6.2] - 2023-06-30 - Replace `djlint.guessProfile` setting with more flexible `djlint.languages` setting, which allows to control for which files types and with which `--profile` parameter djLint runs. diff --git a/package-lock.json b/package-lock.json index e13f994..d3fddff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint", - "version": "2023.6.2", + "version": "2023.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "djlint", - "version": "2023.6.2", + "version": "2023.7.0", "license": "MIT", "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "4.0.2", diff --git a/package.json b/package.json index 063ce4c..d25252e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "djlint", "displayName": "djLint", "description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)", - "version": "2023.6.2", + "version": "2023.7.0", "publisher": "monosans", "license": "MIT", "homepage": "https://github.com/monosans/djlint-vscode",