From e89159b0ae979187664b0618959e1f01b7dc1391 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Jul 2022 18:22:03 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.5.0...v1.6.0) (2022-07-06) ### Features * **npm:** added npm publish ([012230a](https://github.com/Riverside-Healthcare/djLint/commit/012230a80cc15c122de75c3126dd247f7a0e0c9a)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52a7871..a38697f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.5.0", + "version": "1.6.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 4582fc9..8340b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.5.0" +version="1.6.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]