We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c21a7 commit 2ea111eCopy full SHA for 2ea111e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased Changes
4
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
+
8
## 2.0.0 (2021-03-17)
9
* Introduce error handling to catch and report errors during reducers ([#60](https://github.com/Roblox/rodux/pull/60)).
10
rotriever.toml
@@ -3,4 +3,4 @@ name = "roblox/rodux"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
-version = "2.0.0"
+version = "3.0.0"
0 commit comments