mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-28 17:04:45 +00:00
chore(release): 1.9.2 [skip ci]
## [1.9.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.1...v1.9.2) (2022-07-29) ### Bug Fixes * **t027:** fixed test and regression in T027 ([6f84539](6f84539038)), closes [#141](https://github.com/Riverside-Healthcare/djLint/issues/141)
This commit is contained in:
parent
0d8a6b4a90
commit
1e59a23cfc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.9.1",
|
||||
"version": "1.9.2",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"main": "./bin/index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="1.9.1"
|
||||
version="1.9.2"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue