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](15ead700d1)), closes [#260](https://github.com/Riverside-Healthcare/djLint/issues/260)
This commit is contained in:
semantic-release-bot 2022-06-16 18:56:26 +00:00
parent 2ccfd869e8
commit 62cdb12b4b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 <cpickering@rhc.net>"]