Skip to content

Commit 2bc8f13

Browse files
committed
4.0.1
1 parent 2956c07 commit 2bc8f13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.1
8+
* Fix ESM import resolution. (#38)
9+
10+
Thanks [@barasimumatik](https://github.com/barasimumatik)!
11+
712
## 4.0.0
813
* Remove `BusContext` export. This is an implementation detail.
914
* Update to mitt 3.x.

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": "4.0.0",
4+
"version": "4.0.1",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)