Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release effector 0.1.5 #9

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion cid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-cid"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
build = "built.rs"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion effector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls_effector"
version = "0.1.4"
version = "0.1.5"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion imports/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-imports"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
publish = true

Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-types"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
publish = false

Expand Down
Loading