Skip to content

Commit 50e6b92

Browse files
chore(main): release 1.42.0 (#957)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ee67f0 commit 50e6b92

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
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.42.0](https://github.com/shufo/blade-formatter/compare/v1.41.2...v1.42.0) (2024-12-22)
4+
5+
6+
### Features
7+
8+
* add option `--component-prefix` ([#943](https://github.com/shufo/blade-formatter/issues/943)) ([9f089a3](https://github.com/shufo/blade-formatter/commit/9f089a30587ef5f1066f83dcfb1c1bf0c55b2e24))
9+
310
## [1.41.2](https://github.com/shufo/blade-formatter/compare/v1.41.1...v1.41.2) (2024-12-22)
411

512

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"engines": {
44
"node": ">= 14.0.0"
55
},
6-
"keywords": ["php", "formatter", "laravel"],
7-
"version": "1.41.2",
6+
"keywords": [
7+
"php",
8+
"formatter",
9+
"laravel"
10+
],
11+
"version": "1.42.0",
812
"description": "An opinionated blade template formatter for Laravel",
913
"main": "./dist/bundle.cjs",
1014
"types": "./dist/types/main.d.ts",
@@ -92,7 +96,14 @@
9296
"type": "git",
9397
"url": "https://github.com/shufo/blade-formatter.git"
9498
},
95-
"files": ["dist", "src", "bin", "wasm", "syntaxes", "CHANGELOG.md"],
99+
"files": [
100+
"dist",
101+
"src",
102+
"bin",
103+
"wasm",
104+
"syntaxes",
105+
"CHANGELOG.md"
106+
],
96107
"lint-staged": {
97108
"*.ts": "yarn run fix"
98109
}

0 commit comments

Comments
 (0)