From f7903f90799adfaf9db9e66d828d143d43d233b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Jul 2022 19:16:22 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.3.0...v1.4.0) (2022-07-05) ### Features * **ignore rules:** added option to ignore linter rules with inline comments ([1b3159f](https://github.com/Riverside-Healthcare/djLint/commit/1b3159f6614f8ebbac22cf627f5eb6c9ae9a0883)), closes [#113](https://github.com/Riverside-Healthcare/djLint/issues/113) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88a71b4..339bd70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.3.0", + "version": "1.4.0", "description": "HTML Template Linter and Formatter", "private": true, "main": "./bin/index.js", diff --git a/pyproject.toml b/pyproject.toml index 98b64d4..ab53a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.3.0" +version="1.4.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]