Skip to content

Commit d06ccc8

Browse files
authored
Merge pull request #57 from Roblox/bbrimeyer/feature/release-1.1.0
Release 1.1.0
2 parents b213d56 + db54b2b commit d06ccc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Rodux Changelog
22

33
## Unreleased Changes
4+
5+
## 1.1.0 (2021-01-04)
46
* Added color schemes for documentation based on user preference ([#56](https://github.com/Roblox/rodux/pull/56)).
7+
* Added `makeActionCreator` utility for common action creator pattern ([#35](https://github.com/Roblox/rodux/pull/35))
58

69
## 1.0.0 (2019-09-18)
710
* Added `combineReducers` utility, mirroring Redux's ([#9](https://github.com/Roblox/rodux/pull/9))
@@ -14,7 +17,6 @@
1417
* Middleware now run left-to-right instead of right-to-left!
1518
* Errors thrown in `changed` event now have correct stack traces ([#27](https://github.com/Roblox/rodux/pull/27))
1619
* Fixed `createReducer` having incorrect behavior with `nil` state values ([#33](https://github.com/Roblox/rodux/pull/33))
17-
* Added `makeActionCreator` utility for common action creator pattern ([#35](https://github.com/Roblox/rodux/pull/35))
1820

1921
## Public Release (2017-12-13)
2022
* Initial release!

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "roblox/rodux"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "1.0.0"
6+
version = "1.1.0"

0 commit comments

Comments
 (0)