chore(release): 1.1.0 [skip ci]

# [1.1.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.0.3...v1.1.0) (2022-05-18)

### Bug Fixes

* **dj018:** fix rule DJ018 for special attrib names ([f63cc4d](f63cc4d8ea)), closes [#248](https://github.com/Riverside-Healthcare/djLint/issues/248)
* **stdin encoding:** added encoding to stdin text ([e906b3e](e906b3e30a)), closes [#243](https://github.com/Riverside-Healthcare/djLint/issues/243)

### Features

* **breaks:** allowed p, head, and body tags that are short/empty to be on a single line ([886d590](886d59021a))
This commit is contained in:
semantic-release-bot 2022-05-18 13:59:51 +00:00
parent 7c7842ea60
commit 51f2eeabb3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.0.3",
"version": "1.1.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.0.3"
version="1.1.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]