Skip to content

Commit 0678078

Browse files
authored
Merge pull request #905 from shufo/release-please--branches--main--components--blade-formatter
2 parents a6b4081 + 546bc2d commit 0678078

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.41.0](https://github.com/shufo/blade-formatter/compare/v1.40.1...v1.41.0) (2024-02-20)
4+
5+
6+
### Features
7+
8+
* **formatter:** improve alignment with plugin-php in [@php](https://github.com/php) blocks ([b5dd55a](https://github.com/shufo/blade-formatter/commit/b5dd55a23da24442695b20f08276f35ef44d1ce1))
9+
* **formatter:** respect indent level when formatting [@php](https://github.com/php) blocks ([6b5ba60](https://github.com/shufo/blade-formatter/commit/6b5ba600b6b0e14e8895440f2600b6ae92a25380))
10+
11+
12+
### Miscellaneous
13+
14+
* 🤖 add vitest to dependencies ([e3a0558](https://github.com/shufo/blade-formatter/commit/e3a0558f7fd9fb2f7049b37901aac9abebc8f5e4))
15+
* 🤖 delete jest configs ([e16b4c7](https://github.com/shufo/blade-formatter/commit/e16b4c7f9dbb786d3d62a47b5bed586349b45bc4))
16+
* 🤖 remove jest related dependencies ([fd19f6e](https://github.com/shufo/blade-formatter/commit/fd19f6e1bd82d3eebbccc214cb2a2306b80527de))
17+
318
## [1.40.1](https://github.com/shufo/blade-formatter/compare/v1.40.0...v1.40.1) (2024-02-06)
419

520

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