diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f880f70..92653d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.10] - 2024-11-14 + +- Fixed potential SSR crash in `use_locale(s)` (thanks to @veigaribo) + ## [0.13.9] - 2024-11-10 - Reverted use_user_media to have video enabled by default diff --git a/Cargo.toml b/Cargo.toml index a5bb0cb4..c2487849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.13.9" +version = "0.13.10" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]