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](3ef7c16e8d)), closes [#275](https://github.com/Riverside-Healthcare/djLint/issues/275)

### Features

* **linter:** added per-file-ignores as a config option for linter rules ([c709efd](c709efd658)), closes [#107](https://github.com/Riverside-Healthcare/djLint/issues/107)
This commit is contained in:
semantic-release-bot 2022-07-08 16:18:03 +00:00
parent 1f72b941c8
commit bf8951e057
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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 <cpickering@rhc.net>"]