diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3011a..290b3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.2](https://github.com/miaoxing/mxjs-a-button/compare/v1.1.1...v1.1.2) (2022-12-01) + + + + + +### Dependencies + +* **miaoxing:** upgrade from `0.4.4` to `0.4.5` + ## [1.1.1](https://github.com/miaoxing/mxjs-a-button/compare/v1.1.0...v1.1.1) (2022-11-02) diff --git a/package.json b/package.json index c7b6ad3..07446ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mxjs/a-button", - "version": "1.1.1", + "version": "1.1.2", "description": "> TODO: description", "author": "twinh ", "homepage": "https://github.com/miaoxing/miaoxing#readme", @@ -31,7 +31,7 @@ "@mxjs/router": "^0.2.5", "antd": "~4.17.4", "antd-button-color": "^1.0.4", - "miaoxing": "^0.4.4" + "miaoxing": "^0.4.5" }, "devDependencies": { "@miaoxing/dev": "^8.1.3",