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 a803727 commit a4c769d
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.2.2](https://github.com/miaoxing/mxjs-event/compare/v0.2.1...v0.2.2) (2021-05-12)





### Dependencies

* **@mxjs/app:** upgrade from `0.3.1` to `0.3.2`
* **@miaoxing/dev:** upgrade from `7.0.0` to `7.0.1`

## [0.2.1](https://github.com/miaoxing/mxjs-event/compare/v0.2.0...v0.2.1) (2021-05-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/event",
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -13,10 +13,10 @@
"dependencies": {
"react": "^16.13.1",
"prop-types": "^15.7.2",
"@mxjs/app": "^0.3.1"
"@mxjs/app": "^0.3.2"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.0",
"@miaoxing/dev": "^7.0.1",
"@testing-library/react": "^11.2.6"
},
"ciDependencies": {
Expand Down

0 comments on commit a4c769d

Please sign in to comment.