chore(release): 1.9.1 [skip ci]

## [1.9.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.0...v1.9.1) (2022-07-28)

### Bug Fixes

* **formatter:** fixed greedy regex issue when finding script and style tags ([ca7ff3a](ca7ff3a1c7))
This commit is contained in:
semantic-release-bot 2022-07-28 19:35:04 +00:00
parent 587325531a
commit 2830c1da5d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.9.0",
"version": "1.9.1",
"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.9.0"
version="1.9.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]