diff --git a/CHANGELOG.md b/CHANGELOG.md index b17819fc..1aed0474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2023.11.0] - 2023-11-19 + +- Rebuild with esbuild v0.19.6. + ## [2023.8.10] - 2023-08-20 - Add a check to ensure the document has not been linted yet when activating the extension. diff --git a/package-lock.json b/package-lock.json index 32460de1..9968e3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint", - "version": "2023.8.10", + "version": "2023.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "djlint", - "version": "2023.8.10", + "version": "2023.11.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "1.0.5", diff --git a/package.json b/package.json index 19cb94f2..8eda40aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "djlint", "displayName": "djLint", - "version": "2023.8.10", + "version": "2023.11.0", "description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)", "categories": [ "Formatters",