We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36cbc28 + b9699f0 commit c0bddb8Copy full SHA for c0bddb8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.40.0](https://github.com/shufo/blade-formatter/compare/v1.38.6...v1.40.0) (2024-02-06)
11
12
package.json
@@ -8,7 +8,7 @@
"formatter",
"laravel"
],
- "version": "1.40.0",
+ "version": "1.40.1",
"description": "An opinionated blade template formatter for Laravel",
13
"main": "./dist/bundle.cjs",
14
"types": "./dist/types/main.d.ts",
0 commit comments