chore(release): 1.6.0 [skip ci]

# [1.6.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.5.0...v1.6.0) (2022-07-06)

### Features

* **npm:** added npm publish ([012230a](012230a80c))
This commit is contained in:
semantic-release-bot 2022-07-06 18:22:03 +00:00
parent 8b6d551251
commit e89159b0ae
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.5.0",
"version": "1.6.0",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="1.5.0"
version="1.6.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]