Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Dec 31, 2024
1 parent b93ae5b commit 3084b73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.15.1] - 2024-12-31

### Fixes 🍕

- Fixed `use_element_hover` not properly cancelling it's timeout (thanks to @jcold).
- Fixed `use_storage` not writing default values.
- Fixed unidirectional `sync_signalö not syncing properly.

## [0.15.0] - 2024-12-17

### New Functions 🚀
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-use"
version = "0.15.0"
version = "0.15.1"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming", "wasm"]
Expand Down

0 comments on commit 3084b73

Please sign in to comment.