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](4ac5fd0da8)), closes [#383](https://github.com/Riverside-Healthcare/djLint/issues/383)
This commit is contained in:
semantic-release-bot 2022-09-15 07:54:56 +00:00
parent 424d5d3774
commit f4f84465ef
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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 <cpickering@rhc.net>"]