mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
chore(release): 1.12.3 [skip ci]
## [1.12.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.12.2...v1.12.3) (2022-09-07) ### Bug Fixes * **cssbeautify:** added support for ignore in cssbeautifier ([8a3c60c](8a3c60c72b)) * **js formatting:** added support for jsbeautify ignore blocks ([b8bf071](b8bf071d16)), closes [#367](https://github.com/Riverside-Healthcare/djLint/issues/367)
This commit is contained in:
parent
04504597a3
commit
4b2d59f72b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.12.2",
|
||||
"version": "1.12.3",
|
||||
"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.12.2"
|
||||
version="1.12.3"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue