diff --git a/CHANGELOG.md b/CHANGELOG.md index f207f76..eadb80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fix 🍕 -- Fixed SSR detection from an url query parameter for `use_color_mode`. +- Fixed SSR detection from an url query parameter for `use_color_mode` (thanks to @mondeja). ## [0.10.4] - 2024-03-05 diff --git a/Cargo.toml b/Cargo.toml index 453f0c7..20cd995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.4" +version = "0.10.5" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]