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 Jul 2, 2022
1 parent 5d151d0 commit 7a18919
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.12.6](https://github.com/twinh/wei/compare/v0.12.5...v0.12.6) (2022-07-02)


### Bug Fixes

* 解决 composer 2.2+ 默认不启用插件导致安装路径错误 ([428729a](https://github.com/twinh/wei/commit/428729a5b2a0c6c1f85fe2f0ef08aa2f854661f6))

## [0.12.5](https://github.com/twinh/wei/compare/v0.12.4...v0.12.5) (2022-07-01)


Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@
"WeiTest\\": "tests/unit"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"extra": {
"branch-alias": {
"dev-main": "0.12.5-dev"
"dev-main": "0.12.6-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.5';
public const VERSION = '0.12.6';

/**
* 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.5",
"version": "0.12.6",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand Down

0 comments on commit 7a18919

Please sign in to comment.