From 2280c09aef7362aaf978c670d6257d858d75fd4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Sep 2022 18:13:50 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [1.18.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.17.3...v1.18.0) (2022-09-26) ### Features * **quiet:** updated output of the --quiet flag to reduce unneeded verbose stuff ([b53f670](https://github.com/Riverside-Healthcare/djLint/commit/b53f670af8a0c77c584cf3d5c47120a31a57e083)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd6001c62..1dc0c21e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.17.3", + "version": "1.18.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index e9610e367..298b0f838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.17.3" +version="1.18.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]