mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-17 09:31:07 +00:00
updated version and changelog
This commit is contained in:
parent
06d8caa4bc
commit
8363a82431
4 changed files with 6 additions and 4 deletions
|
|
@ -8,7 +8,8 @@ keywords: template linter, template formatter, djLint, HTML, templates, formatte
|
|||
|
||||
# Changelog
|
||||
|
||||
## Next Release
|
||||
<!-- ## {{ "next_release" i18n }} -->
|
||||
## 0.7.5
|
||||
|
||||
::: content
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ keywords: облицовка шаблонов, форматер шаблонов
|
|||
|
||||
# Изменения
|
||||
|
||||
## {{ "next_release" i18n }}
|
||||
<!-- ## {{ "next_release" i18n }} -->
|
||||
## 0.7.5
|
||||
|
||||
::: content
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"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="0.7.4"
|
||||
version="0.7.5"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue