From 68b0f81d22cf0f383d8c4417c41096965ee6afdc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jul 2023 14:44:34 +0000 Subject: [PATCH] chore(release): publish See CHANGELOG.md for more details. --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b3d9d..ef32cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.4](https://github.com/miaoxing/mxjs-icons/compare/v1.0.3...v1.0.4) (2023-07-31) + + + + + +### Dependencies + +* **@miaoxing/dev:** upgrade from `8.2.1` to `8.2.2` + ## [1.0.3](https://github.com/miaoxing/mxjs-icons/compare/v1.0.2...v1.0.3) (2023-05-31) diff --git a/package.json b/package.json index b374f2f..e83aa65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mxjs/icons", - "version": "1.0.3", + "version": "1.0.4", "main": "index.js", "author": "twinh", "license": "MIT", @@ -15,7 +15,7 @@ "@ant-design/icons": "^4.5.0" }, "devDependencies": { - "@miaoxing/dev": "^8.2.1", + "@miaoxing/dev": "^8.2.2", "@testing-library/react": "^11.2.6", "react": "^17.0.2", "react-dom": "^17.0.2"