We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74da8be commit c04cc26Copy full SHA for c04cc26
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.5
5
+* Fix ES module regression.
6
+
7
## 5.1.4
8
* Remove React Native extra files.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.4",
+ "version": "5.1.5",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments