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 Feb 5, 2022
1 parent 4e3fff7 commit 6726053
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.1.10](https://github.com/miaoxing/mxjs-axios/compare/v0.1.9...v0.1.10) (2022-02-05)





### Dependencies

* **miaoxing:** upgrade from `0.4.0` to `0.4.1`
* **@miaoxing/dev:** upgrade from `8.0.1` to `8.1.0`

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


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/axios",
"version": "0.1.9",
"version": "0.1.10",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"axios": "^0.19.1",
"miaoxing": "^0.4.0"
"miaoxing": "^0.4.1"
},
"devDependencies": {
"@miaoxing/dev": "^8.0.1"
"@miaoxing/dev": "^8.1.0"
},
"jest": {
"preset": "jest-preset-miaoxing"
Expand Down

0 comments on commit 6726053

Please sign in to comment.