mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
chore(release): 1.15.0 [skip ci]
# [1.15.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.2...v1.15.0) (2022-09-16) ### Bug Fixes * **formatter:** fixed formatting of repeating inline tags ([d31ce52](d31ce52b3b)), closes [#387](https://github.com/Riverside-Healthcare/djLint/issues/387) ### Features * **linter t034:** added linter T034 to check for {% ... }% typo ([ecb95bb](ecb95bbee0)), closes [#385](https://github.com/Riverside-Healthcare/djLint/issues/385) * **linter:** t002 added a few more tags to the check ([532c5b8](532c5b8d94)), closes [#386](https://github.com/Riverside-Healthcare/djLint/issues/386)
This commit is contained in:
parent
00636ce7c7
commit
564ecf8081
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.14.2",
|
||||
"version": "1.15.0",
|
||||
"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.14.2"
|
||||
version="1.15.0"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue