Skip to content

Commit

Permalink
Merge pull request #492 from shufo/release-v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo authored Feb 23, 2022
2 parents a876fc3 + f889466 commit e6c5fb3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.19.0](https://www.github.com/shufo/blade-formatter/compare/v1.18.6...v1.19.0) (2022-02-23)


### Features

* 🎸 auto line breaking around else if directives ([81a2cd4](https://www.github.com/shufo/blade-formatter/commit/81a2cd4503cde0858729ebb288e9bc2d05e48a66))


### Miscellaneous

* **deps:** bump @prettier/plugin-php from 0.18.1 to 0.18.2 ([08bdd2c](https://www.github.com/shufo/blade-formatter/commit/08bdd2c100561aa4a2fb552424608c3b099038cf))


### Fixes

* 🐛 auto line break around else directive ([62f08a1](https://www.github.com/shufo/blade-formatter/commit/62f08a175310fc4d112f32824a86b21b111af7df))
* 🐛 inlined php doc gets unexpected line break ([1f4aa43](https://www.github.com/shufo/blade-formatter/commit/1f4aa432209912b9be46a329b47cfcf389c40db9))
* 🐛 line break does not occur around html tag ([1e23dab](https://www.github.com/shufo/blade-formatter/commit/1e23dabcba36a0f60fe842dfedabb4446399f4b5))

### [1.18.6](https://www.github.com/shufo/blade-formatter/compare/v1.18.5...v1.18.6) (2022-02-21)


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.18.6",
"version": "1.19.0",
"description": "An opinionated blade template formatter for Laravel",
"main": "./dist/bundle.js",
"types": "./dist/types/main.d.ts",
Expand Down

0 comments on commit e6c5fb3

Please sign in to comment.