diff --git a/CHANGELOG.md b/CHANGELOG.md index 576911f8..b17819fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2023.8.10] - 2023-08-20 + +- Add a check to ensure the document has not been linted yet when activating the extension. + ## [2023.8.9] - 2023-08-19 - Bump bundled `execa` from 8.0.0 to 8.0.1. diff --git a/package-lock.json b/package-lock.json index ffaa5e43..afb69666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint", - "version": "2023.8.9", + "version": "2023.8.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "djlint", - "version": "2023.8.9", + "version": "2023.8.10", "license": "MIT", "dependencies": { "@vscode/python-extension": "1.0.4", diff --git a/package.json b/package.json index d1bfc1c5..0a7b30b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "djlint", "displayName": "djLint", - "version": "2023.8.9", + "version": "2023.8.10", "description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)", "categories": [ "Formatters",