mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-09 22:34:41 +00:00
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-04-25) ### Bug Fixes * broken link "djlint documentation" in README ([2489d55](2489d55f23)) * **stdin and gitignore:** updated to prevent gitignore from skipping std temp paths ([8e0b4b1](8e0b4b1b41)), closes [#224](https://github.com/Riverside-Healthcare/djLint/issues/224) ### Features * Add `--version` option ([bb9b734](bb9b734287))
This commit is contained in:
parent
3415311506
commit
54f238967e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "0.7.6",
|
||||
"version": "1.0.0",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"private": true,
|
||||
"main": "./bin/index.js",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="0.7.6"
|
||||
version="1.0.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