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 Jul 31, 2023
1 parent 7d87145 commit f9c99bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.6](https://github.com/miaoxing/mxjs-test/compare/v1.0.5...v1.0.6) (2023-07-31)





### Dependencies

* **miaoxing:** upgrade from `0.4.7` to `0.4.8`
* **@mxjs/app:** upgrade from `0.6.0` to `0.6.1`
* **@mxjs/axios:** upgrade from `2.0.1` to `2.1.0`
* **@miaoxing/dev:** upgrade from `8.2.1` to `8.2.2`

## [1.0.5](https://github.com/miaoxing/mxjs-test/compare/v1.0.4...v1.0.5) (2023-06-30)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/test",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -9,12 +9,12 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"miaoxing": "^0.4.7",
"@mxjs/app": "^0.6.0",
"@mxjs/axios": "^2.0.1"
"miaoxing": "^0.4.8",
"@mxjs/app": "^0.6.1",
"@mxjs/axios": "^2.1.0"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.1"
"@miaoxing/dev": "^8.2.2"
},
"jest": {
"preset": "jest-preset-miaoxing"
Expand Down

0 comments on commit f9c99bb

Please sign in to comment.