Skip to content

Commit 2ea111e

Browse files
committed
Upgrade to version 3.0
1 parent d0c21a7 commit 2ea111e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased Changes
44

5+
## 3.0.0 (2021-03-25)
6+
* Revise error reporting logic; restore default semantics from version 1.x ([#61](https://github.com/Roblox/rodux/pull/61)).
7+
58
## 2.0.0 (2021-03-17)
69
* Introduce error handling to catch and report errors during reducers ([#60](https://github.com/Roblox/rodux/pull/60)).
710

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 = "2.0.0"
6+
version = "3.0.0"

0 commit comments

Comments
 (0)