Skip to content

Commit

Permalink
Merge pull request #343 from shufo/release-v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo authored Aug 29, 2021
2 parents b388009 + 5eef9bd commit 2c121ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.12.3](https://www.github.com/shufo/blade-formatter/compare/v1.12.2...v1.12.3) (2021-08-29)


### Fixes

* 🐛 prevent unexpected indent for braces in class attribute ([7207014](https://www.github.com/shufo/blade-formatter/commit/7207014687dc7c22b81e90e9d84c5b563fea860a))


### Miscellaneous

* 🤖 follow formatting behaviour change ([8bcba65](https://www.github.com/shufo/blade-formatter/commit/8bcba65da85fb54d0a6166129100f8fc76a513dc))

### [1.12.2](https://www.github.com/shufo/blade-formatter/compare/v1.12.1...v1.12.2) (2021-08-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"formatter",
"laravel"
],
"version": "1.12.2",
"version": "1.12.3",
"description": "An opinionated blade template formatter for Laravel",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 2c121ff

Please sign in to comment.