From afc998e0ed925548cba281a0920fe4ce9bed5cef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:41:49 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf12fcd..60eede2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/SorenHolstHansen/leptos_toaster/compare/v0.1.3...v0.1.4) - 2024-05-02 + +### Other +- include lock +- stuff +- Merge branch 'main' into styling +- remove Cargo.lock + ## [0.1.3](https://github.com/SorenHolstHansen/leptos_toaster/compare/v0.1.2...v0.1.3) - 2024-03-09 ### Other diff --git a/Cargo.lock b/Cargo.lock index ec5c596..c10ad06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "leptos_toaster" -version = "0.1.3" +version = "0.1.4" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 5475d97..ee95755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_toaster" -version = "0.1.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/SorenHolstHansen/leptos_toaster" license = "MIT"