From f4f84465efc302accb7ce883116c33f6c366dfa1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Sep 2022 07:54:56 +0000 Subject: [PATCH] chore(release): 1.14.2 [skip ci] ## [1.14.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.1...v1.14.2) (2022-09-15) ### Bug Fixes * **span:** fixed indent on nested inline tags on a span ([4ac5fd0](https://github.com/Riverside-Healthcare/djLint/commit/4ac5fd0da87bc0bf3ee49c5007db64ea4e34f46d)), closes [#383](https://github.com/Riverside-Healthcare/djLint/issues/383) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2badac..4b3c27c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.14.1", + "version": "1.14.2", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 78b22c0..a1f776e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.14.1" +version="1.14.2" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]