Skip to content

Commit b1f6ef9

Browse files
authored
Merge pull request #962 from shufo/release-please--branches--main--components--blade-formatter
2 parents 4bc7e73 + 84996df commit b1f6ef9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.42.1](https://github.com/shufo/blade-formatter/compare/v1.42.0...v1.42.1) (2025-01-25)
4+
5+
6+
### Fixes
7+
8+
* **deps:** update dependency php-parser to v3.2.2 ([5e19279](https://github.com/shufo/blade-formatter/commit/5e192799643c609c7b0b23b1affe46a1672a9f59))
9+
10+
11+
### Miscellaneous
12+
13+
* 🤖 bump @prettier/plugin-php to 0.22.4 ([92432cd](https://github.com/shufo/blade-formatter/commit/92432cd305bfe7d517a2e9e97e76d483099f2f63))
14+
* 🤖 bump js-beautify to 1.15.1 ([#963](https://github.com/shufo/blade-formatter/issues/963)) ([06c2cfc](https://github.com/shufo/blade-formatter/commit/06c2cfc4e5ba8cab381ffb3591110e274ad6c439))
15+
* **deps:** bump glob to v10 ([#961](https://github.com/shufo/blade-formatter/issues/961)) ([c0a165a](https://github.com/shufo/blade-formatter/commit/c0a165a07b276d2402f4a2e59491cd8d97eb2a55))
16+
* **deps:** update dependency vitest to v3 ([d5a7127](https://github.com/shufo/blade-formatter/commit/d5a71276ca0104cc9936ab1f7c4f08c8a58b70d5))
17+
* **deps:** update pozil/auto-assign-issue action to v2.1.1 ([#964](https://github.com/shufo/blade-formatter/issues/964)) ([33e2081](https://github.com/shufo/blade-formatter/commit/33e20818fb5e727d4908b09e47e4e4f0a4f75282))
18+
* **deps:** update pozil/auto-assign-issue action to v2.1.2 ([84501b8](https://github.com/shufo/blade-formatter/commit/84501b81da24808a3c134e91d821bb2abc197740))
19+
320
## [1.42.0](https://github.com/shufo/blade-formatter/compare/v1.41.2...v1.42.0) (2024-12-22)
421

522

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