chore(release): 1.14.1 [skip ci]

## [1.14.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.0...v1.14.1) (2022-09-14)

### Bug Fixes

* **alpine js:** fix incorrect indent on alpinejs attribs w/ nested HTML ([f0d37a5](f0d37a59d1)), closes [#381](https://github.com/Riverside-Healthcare/djLint/issues/381)
This commit is contained in:
semantic-release-bot 2022-09-14 08:00:50 +00:00
parent fe04fbc749
commit 55c578df8b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.14.0",
"version": "1.14.1",
"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.0"
version="1.14.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]