Skip to content

Commit c0bddb8

Browse files
authored
Merge pull request #903 from shufo/release-please--branches--main--components--blade-formatter
2 parents 36cbc28 + b9699f0 commit c0bddb8

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.40.1](https://github.com/shufo/blade-formatter/compare/v1.40.0...v1.40.1) (2024-02-06)
4+
5+
6+
### Fixes
7+
8+
* 🐛 invalid import from prettier ([36cbc28](https://github.com/shufo/blade-formatter/commit/36cbc28f15dbc0bfd1135a049cc8922a5c636254))
9+
310
## [1.40.0](https://github.com/shufo/blade-formatter/compare/v1.38.6...v1.40.0) (2024-02-06)
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.40.0",
11+
"version": "1.40.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)