mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-11 23:23:10 +00:00
chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.1.0...v1.1.1) (2022-05-18) ### Bug Fixes * **windows:** fixed windows output. colorama was converting to cp1252 ([46395e2](46395e28bc))
This commit is contained in:
parent
2f167f2b52
commit
e92aee1c34
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"private": true,
|
||||
"main": "./bin/index.js",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="1.1.0"
|
||||
version="1.1.1"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue