From 54f238967ef328f26f70d83c59a3a59cc7387bef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Apr 2022 14:09:37 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-04-25) ### Bug Fixes * broken link "djlint documentation" in README ([2489d55](https://github.com/Riverside-Healthcare/djLint/commit/2489d55f2339a820876e7e343690c803275d1b77)) * **stdin and gitignore:** updated to prevent gitignore from skipping std temp paths ([8e0b4b1](https://github.com/Riverside-Healthcare/djLint/commit/8e0b4b1b41c1b7e2e328ea379284c18b4acdb69e)), closes [#224](https://github.com/Riverside-Healthcare/djLint/issues/224) ### Features * Add `--version` option ([bb9b734](https://github.com/Riverside-Healthcare/djLint/commit/bb9b734287f55eca933fbe28caa43579b4443880)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eec745f..ea2af81 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 8337617..9cbf215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]