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:
semantic-release-bot 2022-05-18 15:48:16 +00:00
parent 2f167f2b52
commit e92aee1c34
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>"]