From ace6b58b3b4e78354eacb7b7e6894f438efddc15 Mon Sep 17 00:00:00 2001 From: Maria Kuklina <101095419+kmd-fl@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:09:44 +0100 Subject: [PATCH 1/2] chore(main): release effector 0.1.5 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 88f7c73..18e45d5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e3752..43585f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.5](https://github.com/kmd-fl/ls-effector/compare/effector-v0.1.4...effector-v0.1.5) (2024-03-21) + + +### Bug Fixes + +* fixed ([2f83a21](https://github.com/kmd-fl/ls-effector/commit/2f83a214600fe85c1bfbc15d8c92873e55cb2031)) +* fixed ([d635046](https://github.com/kmd-fl/ls-effector/commit/d635046ad179b725ffe5dbf046a686bcb1855c0f)) +* fixed flow ([ab9aa37](https://github.com/kmd-fl/ls-effector/commit/ab9aa37a77a0b60171c7d912180107f36f0f515c)) +* readme ([6099f7b](https://github.com/kmd-fl/ls-effector/commit/6099f7b0c79f9994cd7df55e0ab8c3a1f6d223e6)) +* readme ([071bd43](https://github.com/kmd-fl/ls-effector/commit/071bd43b01a06f2d70e9dd4c08c0abf9d39ac417)) +* readme ([c50cfdd](https://github.com/kmd-fl/ls-effector/commit/c50cfdd7f4588eefbd7669e0ae21999560af5b62)) +* readme 2 ([3a16f75](https://github.com/kmd-fl/ls-effector/commit/3a16f75f4e5f5f159a45032c9f065a36d25da322)) +* validate ([3d2767d](https://github.com/kmd-fl/ls-effector/commit/3d2767d0adc20e38a3234dd4a20baa94ef9b0f62)) + ## [0.1.4](https://github.com/kmd-fl/ls-effector/compare/effector-v0.1.3...effector-v0.1.4) (2024-03-18) From 29d26fb15e9f2738a5073b72f59fde27f78f7639 Mon Sep 17 00:00:00 2001 From: kmd-fl Date: Thu, 21 Mar 2024 17:10:24 +0000 Subject: [PATCH 2/2] chore: Bump version to 0.1.5 --- cid/Cargo.toml | 2 +- effector/Cargo.toml | 2 +- imports/Cargo.toml | 2 +- types/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cid/Cargo.toml b/cid/Cargo.toml index 7cb1ecc..a435b1c 100644 --- a/cid/Cargo.toml +++ b/cid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ls-effector-cid" -version = "0.1.4" +version = "0.1.5" edition = "2021" build = "built.rs" publish = true diff --git a/effector/Cargo.toml b/effector/Cargo.toml index 0009fac..5e616bf 100644 --- a/effector/Cargo.toml +++ b/effector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ls_effector" -version = "0.1.4" +version = "0.1.5" edition = "2018" publish = false diff --git a/imports/Cargo.toml b/imports/Cargo.toml index ffc1953..fb31269 100644 --- a/imports/Cargo.toml +++ b/imports/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ls-effector-imports" -version = "0.1.4" +version = "0.1.5" edition = "2021" publish = true diff --git a/types/Cargo.toml b/types/Cargo.toml index 28b1072..e1c935b 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ls-effector-types" -version = "0.1.4" +version = "0.1.5" edition = "2021" publish = false