Skip to content

Commit 19823e6

Browse files
authored
Merge pull request #886 from shufo/release-please--branches--main--components--blade-formatter
2 parents da2e0fc + 2c832df commit 19823e6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.38.6](https://github.com/shufo/blade-formatter/compare/v1.38.5...v1.38.6) (2023-11-05)
4+
5+
6+
### Fixes
7+
8+
* 🐛 incorrect format when inline directive and endif exists ([2010b5d](https://github.com/shufo/blade-formatter/commit/2010b5dd9f70941f03cdc695e9f420150cad0724))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** update actions/setup-node action to v4 ([afe2190](https://github.com/shufo/blade-formatter/commit/afe21907cc40cd61b316b88677e6ad875caa5053))
14+
* **deps:** update dependency @types/node to v20 ([f5dc6ba](https://github.com/shufo/blade-formatter/commit/f5dc6ba838a55e7cc9387c6a145ad65953d2187c))
15+
* **deps:** update node.js to v21 ([7b2a59f](https://github.com/shufo/blade-formatter/commit/7b2a59fd34ed3bb5b0e2cf4daf8459d69170229a))
16+
317
## [1.38.5](https://github.com/shufo/blade-formatter/compare/v1.38.4...v1.38.5) (2023-10-16)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"formatter",
99
"laravel"
1010
],
11-
"version": "1.38.5",
11+
"version": "1.38.6",
1212
"description": "An opinionated blade template formatter for Laravel",
1313
"main": "./dist/bundle.cjs",
1414
"types": "./dist/types/main.d.ts",

0 commit comments

Comments
 (0)