chore(release): 1.19.10 [skip ci]

## [1.19.10](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.9...v1.19.10) (2022-12-26)

### Bug Fixes

* **check:** fixed issue where check was reformatting files that contained a hyphen in the name ([9812f60](9812f601e9)), closes [#494](https://github.com/Riverside-Healthcare/djLint/issues/494)
This commit is contained in:
semantic-release-bot 2022-12-26 16:41:32 +00:00
parent edc772dc16
commit 3e7451a5a6
6 changed files with 2 additions and 2 deletions

View file

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