diff --git a/CHANGELOG.md b/CHANGELOG.md index de3fe5f..f3a6969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02) + +### Features + +* `AutoComplete`, `DatePicker`, `Input`, `InputNumber` and `TimePicker` adds attrs prop. + ## [0.1.5](https://github.com/thaw-ui/thaw/compare/v0.1.4...v0.1.5) (2023-12-26) ### Features diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index cb6c3ff..9255aa5 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "thaw" -version = "0.1.5" +version = "0.1.6" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] - +readme = "../README.md" authors = ["luoxiaozero"] description = "An easy to use leptos component library" homepage = "https://github.com/thaw-ui/thaw"