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 Jun 6, 2022
1 parent 1fb78d3 commit f900bdb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.1.10](https://github.com/miaoxing/mxjs-api/compare/v0.1.9...v0.1.10) (2022-06-06)





### Dependencies

* **@mxjs/cur-url:** upgrade from `0.2.18` to `0.2.19`
* **@mxjs/app:** upgrade from `0.5.0` to `0.5.1`
* **@mxjs/test:** upgrade from `0.2.5` to `0.2.6`

## [0.1.9](https://github.com/miaoxing/mxjs-api/compare/v0.1.8...v0.1.9) (2022-06-01)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/api",
"version": "0.1.9",
"version": "0.1.10",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -9,12 +9,12 @@
},
"dependencies": {
"miaoxing": "^0.4.2",
"@mxjs/cur-url": "^0.2.18",
"@mxjs/app": "^0.5.0"
"@mxjs/cur-url": "^0.2.19",
"@mxjs/app": "^0.5.1"
},
"devDependencies": {
"@miaoxing/dev": "^8.1.1",
"@mxjs/test": "^0.2.5"
"@mxjs/test": "^0.2.6"
},
"jest": {
"preset": "jest-preset-miaoxing"
Expand Down

0 comments on commit f900bdb

Please sign in to comment.