mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-17 09:31:07 +00:00
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:
parent
2ccfd869e8
commit
62cdb12b4b
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue