diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a59bf8..0b1707e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.0.3](https://github.com/xsky-fe/wizard-ui/compare/1.0.2...1.0.3) (2023-07-17) + +### Features + +* support custom color and footer ([5e467b7](https://github.com/xsky-fe/wizard-ui/commit/5e467b7b2e14f668c5e4e63e053410c260d4c6d8)) + ## [1.0.2](https://github.com/xsky-fe/wizard-ui/compare/1.0.1...1.0.2) (2023-07-17) diff --git a/package.json b/package.json index 9781391b..cf7614f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wizard-ui", - "version": "1.0.2", + "version": "1.0.3", "private": false, "main": "lib/index.js", "module": "esm/index.js",