From c5b466b73da3d1b0e7aef34998bbf5ca11329167 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Sep 2022 09:16:58 +0000 Subject: [PATCH] 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](https://github.com/Riverside-Healthcare/djLint/commit/190ad01ff347c50949aca89f7af15a5131cafaa8)) ### Features * **linter:** added --statistics flag to print summary of linter findings ([489decb](https://github.com/Riverside-Healthcare/djLint/commit/489decb2e11d3d61873513af5d926cfd177196fb)), closes [#389](https://github.com/Riverside-Healthcare/djLint/issues/389) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f45565fcc..359a2a852 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index dc6d282d2..196de7350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]