From 1c1c132f7f63f9aaa11e44d0e6f646cb0dc46824 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Nov 2022 14:23:57 +0000 Subject: [PATCH] chore(release): 1.19.7 [skip ci] ## [1.19.7](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.6...v1.19.7) (2022-11-09) ### Bug Fixes * **formatter:** fixed a few broken alpinejs attributes ([6c2d843](https://github.com/Riverside-Healthcare/djLint/commit/6c2d843c2f4fb1dd482a5fde36a56f17869b7449)), closes [#448](https://github.com/Riverside-Healthcare/djLint/issues/448) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f540d2..de8bfff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.6", + "version": "1.19.7", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 0b8d5e2..f9bb607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.6" +version="1.19.7" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]