Skip to content

Commit 85edbcb

Browse files
bump version to 3.3.0
1 parent 64db194 commit 85edbcb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## Unreleased Changes
44

5+
## 3.3.0 (2024-11-19)
6+
* Add flag around change to only call traceback() in connection listeners in `__DEV__` ([#98](https://github.com/Roblox/rodux/pull/98))
7+
* Only call traceback() in connection listeners in `__DEV__` ([#78](https://github.com/Roblox/rodux/pull/78))
8+
59
## 3.2.0 (2023-11-17)
610
* Add makeThunkMiddleware to inject custom argument ([#94](https://github.com/Roblox/rodux/pull/94)).
711

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "Rodux"
33
authors = ["Roblox"]
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "3.2.0"
6+
version = "3.3.0"

0 commit comments

Comments
 (0)