mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-01 18:34:45 +00:00
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:
parent
2fd39d6789
commit
c5b466b73d
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue