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](a86df438b5)), closes [#423](https://github.com/Riverside-Healthcare/djLint/issues/423)

### Features

* **configuration:** allow local configuration to override global config ([b4cbcb4](b4cbcb45cd)), closes [#422](https://github.com/Riverside-Healthcare/djLint/issues/422)
This commit is contained in:
semantic-release-bot 2022-10-12 09:43:01 +00:00
parent 118b9f2361
commit d69fd8f848
2 changed files with 2 additions and 2 deletions

View file

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

View file

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