diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db841f..f2d87ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.2](https://github.com/miaoxing/mxjs-icons/compare/v1.0.1...v1.0.2) (2023-01-01) + + + + + +### Dependencies + +* **@miaoxing/dev:** upgrade from `8.1.3` to `8.2.0` + ## [1.0.1](https://github.com/miaoxing/mxjs-icons/compare/v1.0.0...v1.0.1) (2022-08-02) diff --git a/package.json b/package.json index f62b273..8a385ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mxjs/icons", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "author": "twinh", "license": "MIT", @@ -15,7 +15,7 @@ "@ant-design/icons": "^4.5.0" }, "devDependencies": { - "@miaoxing/dev": "^8.1.3", + "@miaoxing/dev": "^8.2.0", "@testing-library/react": "^11.2.6", "react": "^17.0.2", "react-dom": "^17.0.2"