updated version and changelog

This commit is contained in:
Christopher Pickering 2022-02-21 08:44:54 -06:00
parent 06d8caa4bc
commit 8363a82431
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
4 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,8 @@ keywords: template linter, template formatter, djLint, HTML, templates, formatte
# Changelog
## Next Release
<!-- ## {{ "next_release" i18n }} -->
## 0.7.5
::: content

View file

@ -8,7 +8,8 @@ keywords: облицовка шаблонов, форматер шаблонов
# Изменения
## {{ "next_release" i18n }}
<!-- ## {{ "next_release" i18n }} -->
## 0.7.5
::: content

View file

@ -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": {

View file

@ -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>"]