diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8e6ba..6e7e67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.1.1](https://github.com/thaw-ui/thaw/compare/v0.1.0...v0.1.1) (2023-11-27) + +### Features + +* **ssr:** Add ssr and hydrate +* **style:** GlobalStyle component margin style +* **component:** add `Text` component + ## [0.1.0](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta4...v0.1.0) (2023-11-19) ### Bug Fixs diff --git a/Cargo.toml b/Cargo.toml index 50742d0..a14260d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.0" +version = "0.1.1" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]