diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e969f..426daff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.6.1] - 2023-08-03 + +### Fixes 🍕 + +- `use_storage` now uses `.get_untracked()` to avoid warnings. + ## [0.6.0] - 2023-07-17 ### New Functions 🚀 diff --git a/Cargo.toml b/Cargo.toml index 213d0ae..8e3fd94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]