From bf8951e0578396ef8bb2726c597b8521a25bad8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Jul 2022 16:18:03 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.6.0...v1.7.0) (2022-07-08) ### Bug Fixes * **git bash:** fixes char encoding on windows git bash ([3ef7c16](https://github.com/Riverside-Healthcare/djLint/commit/3ef7c16e8d46c6772737abb8d97228a7694eba62)), closes [#275](https://github.com/Riverside-Healthcare/djLint/issues/275) ### Features * **linter:** added per-file-ignores as a config option for linter rules ([c709efd](https://github.com/Riverside-Healthcare/djLint/commit/c709efd658dba328816cc30544ef37e076a52a3d)), closes [#107](https://github.com/Riverside-Healthcare/djLint/issues/107) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a38697f..02f66f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.6.0", + "version": "1.7.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 8340b74..590ed11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.6.0" +version="1.7.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]