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 ec221c6 commit 9732efb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.5.5](https://github.com/miaoxing/logistics/compare/v0.5.4...v0.5.5) (2022-07-02)


### Bug Fixes

* 解决 composer 2.2+ 默认不启用插件导致安装路径错误 ([ec221c6](https://github.com/miaoxing/logistics/commit/ec221c6bb0956ed8c6df12a38e78cd0add7fa6fa))





### Dependencies

* **@miaoxing/admin:** upgrade from `0.8.0` to `0.8.1`
* **@miaoxing/app:** upgrade from `0.6.5` to `0.6.6`
* **@miaoxing/region:** upgrade from `0.2.8` to `0.2.9`

## [0.5.4](https://github.com/miaoxing/logistics/compare/v0.5.3...v0.5.4) (2022-07-01)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"miaoxing/admin": "^0.8.0",
"miaoxing/app": "^0.6.5",
"miaoxing/region": "^0.2.8"
"miaoxing/admin": "^0.8.1",
"miaoxing/app": "^0.6.6",
"miaoxing/region": "^0.2.9"
},
"require-dev": {
"miaoxing/dev": "^8.1.2"
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": "@miaoxing/logistics",
"version": "0.5.4",
"version": "0.5.5",
"private": true,
"main": "index.js",
"author": "twinh",
Expand Down

0 comments on commit 9732efb

Please sign in to comment.