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 May 31, 2023
1 parent 9e9a0b3 commit 4fea229
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.15.8](https://github.com/twinh/wei/compare/v0.15.7...v0.15.8) (2023-05-31)


### Features

* **Migration:** `rollback` 允许只回退指定的一个编号 ([9e9a0b3](https://github.com/twinh/wei/commit/9e9a0b3ff68cb56bd5afa6359adbf1688970e660))
* **Migration:** `target` 允许传入大写开头的类名 ([6088573](https://github.com/twinh/wei/commit/60885737ae4ad62cf8d806fe86fea3635ffe075f))
* **Res:** 增加 `getHeaders` 方法 ([160f161](https://github.com/twinh/wei/commit/160f16100f1453368451bf75dc9d958df44c4b6b))





### Dependencies

* **@miaoxing/dev:** upgrade from `8.2.0` to `8.2.1`

## [0.15.7](https://github.com/twinh/wei/compare/v0.15.6...v0.15.7) (2023-04-30)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"doctrine/inflector": "^1.4|^2.0",
"joseph-lenton/php-error": "dev-master",
"phpunit/phpunit": "^8",
"miaoxing/dev": "^8.2.0"
"miaoxing/dev": "^8.2.1"
},
"authors": [
{
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.15.7-dev"
"dev-main": "0.15.8-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.15.7';
public const VERSION = '0.15.8';

/**
* The configurations for all objects
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@wei/wei",
"version": "0.15.7",
"version": "0.15.8",
"main": "index.js",
"author": "twinh",
"license": "MIT",
"private": true,
"devDependencies": {
"@miaoxing/dev": "^8.2.0"
"@miaoxing/dev": "^8.2.1"
}
}

0 comments on commit 4fea229

Please sign in to comment.