Skip to content

Commit

Permalink
Merge pull request #881 from shufo/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--blade-formatter
  • Loading branch information
shufo authored Oct 16, 2023
2 parents fb14c49 + 09070dc commit 4a32195
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.38.5](https://github.com/shufo/blade-formatter/compare/v1.38.4...v1.38.5) (2023-10-16)


### Fixes

* 🐛 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))


### Miscellaneous

* **deps:** bump @babel/traverse from 7.16.7 to 7.23.2 ([8c2793a](https://github.com/shufo/blade-formatter/commit/8c2793a09f3a661d46506a5e9a7b7d7df0856b22))
* **deps:** update pozil/auto-assign-issue action to v1.13.0 ([7798e2b](https://github.com/shufo/blade-formatter/commit/7798e2bee31b8ba2c94ff65fb7d40662bec68533))

## [1.38.4](https://github.com/shufo/blade-formatter/compare/v1.38.3...v1.38.4) (2023-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"formatter",
"laravel"
],
"version": "1.38.4",
"version": "1.38.5",
"description": "An opinionated blade template formatter for Laravel",
"main": "./dist/bundle.cjs",
"types": "./dist/types/main.d.ts",
Expand Down

0 comments on commit 4a32195

Please sign in to comment.