Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycuadra committed Oct 8, 2024
1 parent 26e2bc8 commit 7adc822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# RoactRodux Changelog

# Unreleased Changes
* Update function type checks to account for callable tables (like those returned by Rodux.makeActionCreator).

## 0.5.1 (2022-05-20)
* Expose StoreContext in public API (for use by hooks) ([#56](https://github.com/Roblox/roact-rodux/pull/56))

Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "RoactRodux"
authors = ["Roblox"]
license = "Apache-2.0"
content_root = "src"
version = "0.5.1"
version = "0.5.2"
files = ["*", "!*.spec.lua"]

[dependencies]
Expand Down

0 comments on commit 7adc822

Please sign in to comment.