Skip to content

Commit 559f3b9

Browse files
authored
Merge pull request #309 from shufo/release-please--branches--main--components--prettier-plugin-blade
chore(main): release 1.15.3
2 parents 06a3fcd + 6376fc3 commit 559f3b9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.2"
2+
".": "1.15.3"
33
}

CHANGELOG.md

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

3+
## [1.15.3](https://github.com/shufo/prettier-plugin-blade/compare/v1.15.2...v1.15.3) (2025-02-08)
4+
5+
6+
### Miscellaneous
7+
8+
* 🤖 bump blade-formatter to 1.42.2 ([117febf](https://github.com/shufo/prettier-plugin-blade/commit/117febf09b32971dc313ab9ef53cbb2ef84a5fd8))
9+
* **deps:** update dependency esbuild to ^0.25.0 ([58779a7](https://github.com/shufo/prettier-plugin-blade/commit/58779a7d5a980396ff837f8b80c2a9c219c41f2a))
10+
* **deps:** update dependency vitest to v3.0.5 [security] ([fc2088f](https://github.com/shufo/prettier-plugin-blade/commit/fc2088ff0831dd9be767bf8492837caa0bc906f2))
11+
312
## [1.15.2](https://github.com/shufo/prettier-plugin-blade/compare/v1.15.1...v1.15.2) (2025-01-25)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">= 14.0.0"
55
},
6-
"version": "1.15.2",
6+
"version": "1.15.3",
77
"dependencies": {
88
"blade-formatter": "1.42.2",
99
"prettier": "3.4.2"

0 commit comments

Comments
 (0)