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 12, 2021
1 parent 281afa8 commit 681623e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.3.2](https://github.com/miaoxing/app/compare/v0.3.1...v0.3.2) (2021-05-12)





### Dependencies

* **@miaoxing/dev:** upgrade from `7.0.0` to `7.0.1`
* **@miaoxing/plugin:** upgrade from `0.4.5` to `0.4.6`
* **@miaoxing/services:** upgrade from `0.3.10` to `0.3.11`

## [0.3.1](https://github.com/miaoxing/app/compare/v0.3.0...v0.3.1) (2021-05-11)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"license": "MIT",
"require": {
"miaoxing/plugin": "^0.4.5",
"miaoxing/services": "^0.3.10"
"miaoxing/plugin": "^0.4.6",
"miaoxing/services": "^0.3.11"
},
"require-dev": {
"miaoxing/dev": "^7.0.0"
"miaoxing/dev": "^7.0.1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/app",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"repository": "https://github.com/miaoxing/app",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"lcfirst": "^1.1.0"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.0",
"@miaoxing/dev": "^7.0.1",
"@sentry/browser": "^5.12.1",
"@types/execa": "^2.0.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit 681623e

Please sign in to comment.