mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
chore(release): 1.13.0 [skip ci]
# [1.13.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.12.3...v1.13.0) (2022-09-12) ### Features * **config:** added option for custom configuration file path ([83297bd](83297bd15b)), closes [#170](https://github.com/Riverside-Healthcare/djLint/issues/170) * **windows:** added a better progress bar char for windows ([3cdb7a7](3cdb7a7b97)), closes [#286](https://github.com/Riverside-Healthcare/djLint/issues/286)
This commit is contained in:
parent
f77fb387c4
commit
c0c132a2c1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.12.3",
|
||||
"version": "1.13.0",
|
||||
"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.12.3"
|
||||
version="1.13.0"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue