diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c06096a..5ba9525a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2023.7.5] - 2023-07-07 + +- Make sure files with git scheme are not linted. + ## [2023.7.4] - 2023-07-07 - Improve error handling. diff --git a/package-lock.json b/package-lock.json index 80594bf0..fbc926d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint", - "version": "2023.7.4", + "version": "2023.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "djlint", - "version": "2023.7.4", + "version": "2023.7.5", "license": "MIT", "dependencies": { "execa": "7.1.1" diff --git a/package.json b/package.json index df3fc561..b78ea1db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "djlint", "displayName": "djLint", - "version": "2023.7.4", + "version": "2023.7.5", "description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)", "categories": [ "Formatters",