Skip to content

Commit b888784

Browse files
authored
Merge pull request #917 from shufo/release-please--branches--main--components--blade-formatter
2 parents 1f304a5 + 9a53f5a commit b888784

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.41.1](https://github.com/shufo/blade-formatter/compare/v1.41.0...v1.41.1) (2024-02-25)
4+
5+
6+
### Fixes
7+
8+
* **formatter:** correct indent level for raw [@php](https://github.com/php) blocks (close [#915](https://github.com/shufo/blade-formatter/issues/915)) ([470f503](https://github.com/shufo/blade-formatter/commit/470f50375a31aa39644767927f42eb59bd584b27))
9+
310
## [1.41.0](https://github.com/shufo/blade-formatter/compare/v1.40.1...v1.41.0) (2024-02-20)
411

512

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.41.0",
11+
"version": "1.41.1",
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)