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 1, 2024
1 parent 1b894d8 commit 3c512c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/miaoxing/mxjs-test/compare/v1.0.11...v1.1.0) (2024-05-01)


### Features

* **test:** 增加 `$.to` 的实现 ([1b894d8](https://github.com/miaoxing/mxjs-test/commit/1b894d8a648276bff6dc111edc70da40958fc4b8))





### Dependencies

* **miaoxing:** upgrade from `0.4.13` to `0.4.14`
* **@mxjs/app:** upgrade from `0.6.6` to `0.7.0`
* **@mxjs/axios:** upgrade from `2.1.5` to `2.1.6`

## [1.0.11](https://github.com/miaoxing/mxjs-test/compare/v1.0.10...v1.0.11) (2024-03-31)


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/test",
"version": "1.0.11",
"version": "1.1.0",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"miaoxing": "^0.4.13",
"@mxjs/app": "^0.6.6",
"@mxjs/axios": "^2.1.5"
"miaoxing": "^0.4.14",
"@mxjs/app": "^0.7.0",
"@mxjs/axios": "^2.1.6"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.1"
Expand Down

0 comments on commit 3c512c8

Please sign in to comment.