From 62cdb12b4b5e50c88eab1c5d8cf676d9470348a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jun 2022 18:56:26 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.1.1...v1.2.0) (2022-06-16) ### Features * **whitespace:** add option to preserver some whitespace before text ([15ead70](https://github.com/Riverside-Healthcare/djLint/commit/15ead700d1c6dd32376b93c997ef492af0717a9f)), closes [#260](https://github.com/Riverside-Healthcare/djLint/issues/260) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0607b0b..63d45a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.1.2", + "version": "1.2.0", "description": "HTML Template Linter and Formatter", "private": true, "main": "./bin/index.js", diff --git a/pyproject.toml b/pyproject.toml index 20de547..bfd5d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.1.1" +version="1.2.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]