Skip to content

Commit 1a29c26

Browse files
authored
Merge pull request #302 from shufo/release-please--branches--main--components--prettier-plugin-blade
chore(main): release 1.15.1
2 parents eb8ed5d + 91165a7 commit 1a29c26

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

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

3+
## [1.15.1](https://github.com/shufo/prettier-plugin-blade/compare/v1.15.0...v1.15.1) (2024-12-26)
4+
5+
6+
### Fixes
7+
8+
* 🐛 default value has different value with base library ([eb8ed5d](https://github.com/shufo/prettier-plugin-blade/commit/eb8ed5d8f9064d7d1c47939b8a56de79e1586990))
9+
310
## [1.15.0](https://github.com/shufo/prettier-plugin-blade/compare/v1.14.3...v1.15.0) (2024-12-22)
411

512

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.0",
6+
"version": "1.15.1",
77
"dependencies": {
88
"blade-formatter": "1.42.0",
99
"prettier": "3.4.2"

0 commit comments

Comments
 (0)