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 30, 2024
1 parent 0172254 commit 875bbe1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.0.0](https://github.com/miaoxing/mxjs-test/compare/v1.1.0...v2.0.0) (2024-05-30)


### Features

* **test:** 移除 `history` 相关功能 ([0172254](https://github.com/miaoxing/mxjs-test/commit/0172254e0fb92fee328d8a6ac086e881a7e9ee93))


### BREAKING CHANGES

* **test:** 移除 `history` 相关功能





### Dependencies

* **miaoxing:** upgrade from `0.4.14` to `0.4.15`
* **@mxjs/app:** upgrade from `0.7.0` to `0.8.0`
* **@mxjs/axios:** upgrade from `2.1.6` to `2.2.0`

# [1.1.0](https://github.com/miaoxing/mxjs-test/compare/v1.0.11...v1.1.0) (2024-05-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/test",
"version": "1.1.0",
"version": "2.0.0",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"miaoxing": "^0.4.14",
"@mxjs/app": "^0.7.0",
"@mxjs/axios": "^2.1.6"
"miaoxing": "^0.4.15",
"@mxjs/app": "^0.8.0",
"@mxjs/axios": "^2.2.0"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.1"
Expand Down

0 comments on commit 875bbe1

Please sign in to comment.