Skip to content

Commit

Permalink
Merge pull request #720 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 Sep 24, 2022
2 parents 658d5bf + e8d2c58 commit a8bd808
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.29.7](https://github.com/shufo/blade-formatter/compare/v1.29.6...v1.29.7) (2022-09-24)


### Miscellaneous

* **deps:** update dependency eslint-import-resolver-typescript to v3 ([83bd446](https://github.com/shufo/blade-formatter/commit/83bd446ca65a7acf3d52d1f881149bbd05106da4))
* **deps:** update dependency husky to v8 ([6e0effb](https://github.com/shufo/blade-formatter/commit/6e0effbbef18441c488ce1ec3994848e894bffe6))
* **deps:** update dependency source-map-loader to v4 ([b6143bf](https://github.com/shufo/blade-formatter/commit/b6143bf281e14e89375bf289637fd29c0a1bd7ec))
* **deps:** update jest monorepo to v29 ([bc7c521](https://github.com/shufo/blade-formatter/commit/bc7c52125d770b5080922d467031c1fdc960f8c4))


### Fixes

* 🐛 json directive is not indented when it is multi-line ([3933eb4](https://github.com/shufo/blade-formatter/commit/3933eb4e23a358a965784b57ff79488b2d91f005))
* 🐛 timeout occur when unclosed quote exists in php block ([6aa4e61](https://github.com/shufo/blade-formatter/commit/6aa4e6120e71ed55c5e843ceca2e7a7aad4c028b))

## [1.29.6](https://github.com/shufo/blade-formatter/compare/v1.29.5...v1.29.6) (2022-09-21)


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.29.6",
"version": "1.29.7",
"description": "An opinionated blade template formatter for Laravel",
"main": "./dist/bundle.js",
"types": "./dist/types/main.d.ts",
Expand Down

0 comments on commit a8bd808

Please sign in to comment.