Skip to content

Commit 3be9f52

Browse files
committed
4.0.0
1 parent 9195b0a commit 3be9f52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 4.0.0
8+
* Remove `BusContext` export. This is an implementation detail.
9+
* Update to mitt 3.x.
10+
* Add React 19 to the test matrix.
11+
12+
Version 3.0.0 also works fine with React 19. You don't need to update to get React 19 support.
13+
714
## 3.0.0
815
* Add typescript types.
916
* Update to mitt 2.x, which requires that browsers support the `Map` API.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-bus",
33
"description": "A global event emitter for react.",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)