From e92aee1c34246d0ee8bcb15974a0252df6734130 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 May 2022 15:48:16 +0000 Subject: [PATCH] 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](https://github.com/Riverside-Healthcare/djLint/commit/46395e28bcfada06c8a7bd96edf7a705997aea87)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 35c9f93..597e2e4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index da6e889..20de547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]