Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Apr 30, 2022
1 parent 9aaaa7b commit 464c5e1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.12.3](https://github.com/twinh/wei/compare/v0.12.2...v0.12.3) (2022-04-30)


### Bug Fixes

* **Schema:** 解决 `rename` 表名缺少前缀 ([edfa09d](https://github.com/twinh/wei/commit/edfa09daeecc86d7fc799088947c7aececd4ad2e))


### Features

* **Ret:** 允许 `Ret` 对象转换为字符串 ([2e67678](https://github.com/twinh/wei/commit/2e676789854d6b0af4e360248c1c4584e758d66c))

## [0.12.2](https://github.com/twinh/wei/compare/v0.12.1...v0.12.2) (2022-03-31)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.12.2-dev"
"dev-master": "0.12.3-dev"
},
"require-ci": {
"miaoxing/dev": "miaoxing/dev as 8.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion lib/Wei.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Wei extends Base
/**
* Version
*/
public const VERSION = '0.12.2';
public const VERSION = '0.12.3';

/**
* The configurations for all objects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wei/wei",
"version": "0.12.2",
"version": "0.12.3",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand Down

0 comments on commit 464c5e1

Please sign in to comment.