diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d02b3..cf12fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/SorenHolstHansen/leptos_toaster/compare/v0.1.2...v0.1.3) - 2024-03-09 + +### Other +- revert +- bump version +- remove thaw ids + ## [0.1.2](https://github.com/SorenHolstHansen/leptos_toaster/compare/v0.1.1...v0.1.2) - 2024-02-06 ### Other diff --git a/Cargo.lock b/Cargo.lock index 15aba05..b1aa379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "leptos_toaster" -version = "0.1.2" +version = "0.1.3" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index b3511f0..5475d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_toaster" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/SorenHolstHansen/leptos_toaster" license = "MIT"