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 190e0db commit 7d0f60dCopy full SHA for 7d0f60d
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.1
5
+* Add temporary workaround for React Native.
6
+
7
## 5.1
8
* Add `Unsubscribe` type.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
@@ -95,7 +95,8 @@
95
"JSDoc",
96
"JS",
97
"supports ES",
98
- "bundlers"
+ "bundlers",
99
+ "workaround"
100
]
101
},
102
"sharec": {
0 commit comments