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:
semantic-release-bot 2022-04-25 14:09:37 +00:00
parent 3415311506
commit 54f238967e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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