diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba045c..33fee02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.38 - (2024-08-22) +* Adding in `scroll_into_view_signal` method. + ## 0.5.37 - (2024-08-16) * Adding in `media_query` function. * Adding in `color_scheme` function. diff --git a/Cargo.toml b/Cargo.toml index 066143a..faf3fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.37" +version = "0.5.38" authors = ["Pauan "] description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"