Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.19.0](v1.18.0...v1.19.0) (2022-10-12)

### Bug Fixes

* **formatter:** fixed formatting on nested inline comments ([a86df43](a86df43)), closes [#423](#423)

### Features

* **configuration:** allow local configuration to override global config ([b4cbcb4](b4cbcb4)), closes [#422](#422)
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 118b9f2 commit d69fd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.18.0",
"version": "1.19.0",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name="djlint"
version="1.18.0"
version="1.19.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]
Expand Down

0 comments on commit d69fd8f

Please sign in to comment.