We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2956c07 commit 2bc8f13Copy full SHA for 2bc8f13
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 4.0.1
8
+* Fix ESM import resolution. (#38)
9
+
10
+Thanks [@barasimumatik](https://github.com/barasimumatik)!
11
12
## 4.0.0
13
* Remove `BusContext` export. This is an implementation detail.
14
* Update to mitt 3.x.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-bus",
3
"description": "A global event emitter for react.",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
0 commit comments