Skip to content

Commit 4a32195

Browse files
authored
Merge pull request #881 from shufo/release-please--branches--main--components--blade-formatter
2 parents fb14c49 + 09070dc commit 4a32195

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.38.5](https://github.com/shufo/blade-formatter/compare/v1.38.4...v1.38.5) (2023-10-16)
4+
5+
6+
### Fixes
7+
8+
* 🐛 unexpected result when attrs are not separated by space ([#879](https://github.com/shufo/blade-formatter/issues/879)) ([847a0d1](https://github.com/shufo/blade-formatter/commit/847a0d1a52819872e0dc9535618d56824715f4c2))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** bump @babel/traverse from 7.16.7 to 7.23.2 ([8c2793a](https://github.com/shufo/blade-formatter/commit/8c2793a09f3a661d46506a5e9a7b7d7df0856b22))
14+
* **deps:** update pozil/auto-assign-issue action to v1.13.0 ([7798e2b](https://github.com/shufo/blade-formatter/commit/7798e2bee31b8ba2c94ff65fb7d40662bec68533))
15+
316
## [1.38.4](https://github.com/shufo/blade-formatter/compare/v1.38.3...v1.38.4) (2023-10-15)
417

518

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