Skip to content

Commit daf0c53

Browse files
chore(release): publish
See CHANGELOG.md for more details.
1 parent 2bae1b1 commit daf0c53

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.18.4](https://github.com/twinh/wei/compare/v0.18.3...v0.18.4) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **QueryBuilder:** `orWhereRaw` 不含参数时,addWhere 仍会生成 null 参数导致错误 ([465bd45](https://github.com/twinh/wei/commit/465bd4596525a0e3bd1fe970df841d583c415601))
7+
18
## [0.18.3](https://github.com/twinh/wei/compare/v0.18.2...v0.18.3) (2025-02-02)
29

310

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-main": "0.18.3-dev"
48+
"dev-main": "0.18.4-dev"
4949
},
5050
"require-ci": {
5151
"miaoxing/dev": "miaoxing/dev as 9.x-dev",

lib/Wei.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Wei extends Base
2525
/**
2626
* Version
2727
*/
28-
public const VERSION = '0.18.3';
28+
public const VERSION = '0.18.4';
2929

3030
/**
3131
* The configurations for all objects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wei/wei",
3-
"version": "0.18.3",
3+
"version": "0.18.4",
44
"main": "index.js",
55
"author": "twinh",
66
"license": "MIT",

0 commit comments

Comments
 (0)