mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-10 06:34:42 +00:00
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:
parent
edc772dc16
commit
3e7451a5a6
6 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue