From db081cca07b9a80d237a0d0c62178ea0baf31551 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 2 Apr 2024 11:18:39 +0100 Subject: [PATCH] another bugfix release --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eadb80a..c94e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.10.6] - 2024-04-02 + +### Fixes 🍕 + +- Corrected docs of `use_cookie`'s `max-age` unit to milliseconds (thanks to @sify21). +- Fixed setting multiple cookies in the browser (thanks to @sbking). + ## [0.10.5] - 2024-03-12 ### Fix 🍕 diff --git a/Cargo.toml b/Cargo.toml index 20cd995..6016717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.5" +version = "0.10.6" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]