Skip to content

Commit 870e46f

Browse files
committed
Release 5.1.3 version
1 parent d6bd084 commit 870e46f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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.3
5+
* Allow to use library in React Native without `resolverMainFields`.
6+
47
## 5.1.2
58
* Fix React Native warnings.
69

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoevents",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Simple and tiny (72 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",

0 commit comments

Comments
 (0)