Skip to content

Commit

Permalink
Version 0.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Jul 16, 2022
1 parent 7a9b1df commit 8c1f485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.28 - (2022-07-16)
* Fixing the incorrect behavior of MouseEnter and MouseLeave events.

## 0.5.27 - (2022-07-05)
* Replacing inline_js with js-sys and gloo_events.

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 = "dominator"
version = "0.5.27"
version = "0.5.28"
authors = ["Pauan <pauanyu+github@pm.me>"]
description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"
Expand Down

0 comments on commit 8c1f485

Please sign in to comment.