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 Mar 11, 2021
1 parent b2d86d0 commit b3a9355
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.8](https://github.com/miaoxing/admin/compare/v0.3.7...v0.3.8) (2021-03-11)





### Dependencies

* **miaoxing:** upgrade from `0.1.10` to `0.2.0`
* **@mxjs/upload:** upgrade from `0.3.6` to `0.3.7`

## [0.3.7](https://github.com/miaoxing/admin/compare/v0.3.6...v0.3.7) (2021-03-11)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/admin",
"version": "0.3.7",
"version": "0.3.8",
"private": true,
"repository": "https://github.com/miaoxing/admin",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"regenerator-runtime": "^0.13.5"
},
"dependencies": {
"miaoxing": "^0.1.10",
"@mxjs/upload": "^0.3.6"
"miaoxing": "^0.2.0",
"@mxjs/upload": "^0.3.7"
},
"jest": {
"preset": "jest-preset-miaoxing",
Expand Down

0 comments on commit b3a9355

Please sign in to comment.