From d69fd8f848fb40273a05a13ab1c4d3282c8560d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 09:43:01 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.18.0...v1.19.0) (2022-10-12) ### Bug Fixes * **formatter:** fixed formatting on nested inline comments ([a86df43](https://github.com/Riverside-Healthcare/djLint/commit/a86df438b53537e5b54d6977f65766144ef56e61)), closes [#423](https://github.com/Riverside-Healthcare/djLint/issues/423) ### Features * **configuration:** allow local configuration to override global config ([b4cbcb4](https://github.com/Riverside-Healthcare/djLint/commit/b4cbcb45cdca7c6aeb4a9cfce1baab589a70d7c2)), closes [#422](https://github.com/Riverside-Healthcare/djLint/issues/422) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16bf1ac56..5e918d7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.18.0", + "version": "1.19.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 8be3a8bdd..b2b9e684a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.18.0" +version="1.19.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]