Skip to content

Commit b581b1d

Browse files
committed
3.0.0
1 parent 805912b commit b581b1d

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+
## 3.0.0
8+
* Add typescript types.
9+
* Update to mitt 2.x, which requires that browsers support the `Map` API.
10+
* Require React >= 17.
11+
12+
All of this thanks to [@achmadk](https://github.com/achmadk)!
13+
714
## 2.0.1
815
* Remove `console.log`s.
916

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": "2.0.1",
4+
"version": "3.0.0",
55
"typings": "types/index.d.ts",
66
"author": "Renée Kooi <[email protected]>",
77
"bugs": {

0 commit comments

Comments
 (0)