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 d6dc73c commit acf5684
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.8.1](https://github.com/miaoxing/admin/compare/v0.8.0...v0.8.1) (2022-07-02)


### Bug Fixes

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





### Dependencies

* **@miaoxing/app:** upgrade from `0.6.5` to `0.6.6`
* **@miaoxing/file:** upgrade from `0.3.4` to `0.3.5`

# [0.8.0](https://github.com/miaoxing/admin/compare/v0.7.3...v0.8.0) (2022-07-01)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "^0.6.5",
"miaoxing/file": "^0.3.4"
"miaoxing/app": "^0.6.6",
"miaoxing/file": "^0.3.5"
},
"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/admin",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"repository": "https://github.com/miaoxing/admin",
"license": "MIT",
Expand Down

0 comments on commit acf5684

Please sign in to comment.