Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-05-02)

### Bug Fixes

* **custom attributes:** custom attributes separated by hyphen were split up during format ([1ce378c](1ce378c)), closes [#236](#236)
  • Loading branch information
semantic-release-bot committed May 2, 2022
1 parent 6a3c8ff commit 3d96134
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.0.0",
"version": "1.0.1",
"description": "HTML Template Linter and Formatter",
"private": true,
"main": "./bin/index.js",
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.0.0"
version="1.0.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <[email protected]>"]
Expand Down

0 comments on commit 3d96134

Please sign in to comment.