Skip to content

Commit 09fa524

Browse files
authored
Merge pull request #809 from shufo/release-please--branches--main--components--vscode-blade-formatter
2 parents 8271ad1 + 0056df7 commit 09fa524

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.5"
2+
".": "0.24.0"
33
}

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# ChangeLog
22

3+
## [0.24.0](https://github.com/shufo/vscode-blade-formatter/compare/v0.23.5...v0.24.0) (2023-12-31)
4+
5+
6+
### Features
7+
8+
* 🎸 option `wrapAttributesMinAttrs` ([114c2ba](https://github.com/shufo/vscode-blade-formatter/commit/114c2ba4ab64b04c7733ab506437e84e224efa7f))
9+
10+
11+
### Miscellaneous
12+
13+
* 🤖 bump @microsoft/test-electron to 2.3.8 ([cc9b429](https://github.com/shufo/vscode-blade-formatter/commit/cc9b429438fbf5dd49198531eab4b78aeb263b71))
14+
* **deps:** bump @babel/traverse from 7.16.7 to 7.23.7 ([1e03e58](https://github.com/shufo/vscode-blade-formatter/commit/1e03e584378823d7e6bca109c6d70b8045427e18))
15+
* **deps:** bump sharp from 0.32.1 to 0.32.6 ([977fe0f](https://github.com/shufo/vscode-blade-formatter/commit/977fe0f7e69926187cb5d42dda211dd854329dd4))
16+
* **deps:** bump sucrase from 3.34.0 to 3.35.0 ([520a00e](https://github.com/shufo/vscode-blade-formatter/commit/520a00e243c04e3983b9c9fba40b0e81a3132896))
17+
* **deps:** update actions/labeler action to v5 ([6ce54cf](https://github.com/shufo/vscode-blade-formatter/commit/6ce54cf9fbd510d0c5d0b0e0f71b2427b42471cb))
18+
* **deps:** update actions/stale action to v9 ([ec84619](https://github.com/shufo/vscode-blade-formatter/commit/ec84619fa9e4169bd8ba1e0bcdfbf44886716721))
19+
* **deps:** update dependency conventional-changelog-cli to v4 ([99734b2](https://github.com/shufo/vscode-blade-formatter/commit/99734b2bbd522273e20e39f386e6bbdb34d3d047))
20+
* **deps:** update googlecloudplatform/release-please-action action to v4 ([65ef9bf](https://github.com/shufo/vscode-blade-formatter/commit/65ef9bff6da3cf08a544cc01e8154aa22c6018ff))
21+
322
## [0.23.5](https://github.com/shufo/vscode-blade-formatter/compare/v0.23.4...v0.23.5) (2023-11-11)
423

524

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "shufo",
44
"displayName": "Laravel Blade formatter",
55
"description": "Laravel Blade formatter for VSCode",
6-
"version": "0.23.5",
6+
"version": "0.24.0",
77
"license": "MIT",
88
"engines": {
99
"vscode": "^1.57.0",

0 commit comments

Comments
 (0)