Skip to content

Commit 7d0f60d

Browse files
committed
Release 5.1.1 version
1 parent 190e0db commit 7d0f60d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 5.1.1
5+
* Add temporary workaround for React Native.
6+
47
## 5.1
58
* Add `Unsubscribe` type.
69

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoevents",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Simple and tiny (72 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",
@@ -95,7 +95,8 @@
9595
"JSDoc",
9696
"JS",
9797
"supports ES",
98-
"bundlers"
98+
"bundlers",
99+
"workaround"
99100
]
100101
},
101102
"sharec": {

0 commit comments

Comments
 (0)