diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ddad0..afe9c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.3](https://github.com/miaoxing/mxjs-a-link-picker/compare/v0.2.2...v0.2.3) (2022-06-01) + + + + + +### Dependencies + +* **@miaoxing/dev:** upgrade from `8.1.0` to `8.1.1` + ## [0.2.2](https://github.com/miaoxing/mxjs-a-link-picker/compare/v0.2.1...v0.2.2) (2022-02-05) diff --git a/package.json b/package.json index b785f03..6c53267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mxjs/a-link-picker", - "version": "0.2.2", + "version": "0.2.3", "main": "index.js", "license": "MIT", "publishConfig": { @@ -14,7 +14,7 @@ "antd": "~4.17.4" }, "devDependencies": { - "@miaoxing/dev": "^8.1.0", + "@miaoxing/dev": "^8.1.1", "@testing-library/react": "^11.2.6", "react": "^17.0.2", "react-dom": "^17.0.2"