chore(release): 1.16.0 [skip ci]

# [1.16.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.15.0...v1.16.0) (2022-09-19)

### Bug Fixes

* **linter:** t002 ([190ad01](190ad01ff3))

### Features

* **linter:** added --statistics flag to print summary of linter findings ([489decb](489decb2e1)), closes [#389](https://github.com/Riverside-Healthcare/djLint/issues/389)
This commit is contained in:
semantic-release-bot 2022-09-19 09:16:58 +00:00
parent 2fd39d6789
commit c5b466b73d
2 changed files with 2 additions and 2 deletions

View file

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