Skip to content

Commit cc4236b

Browse files
committed
Release 5.1.13 version
1 parent e96b44b commit cc4236b

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.13
5+
* Added `default` to `package.exports`.
6+
47
## 5.1.12
58
* Reduced npm package size.
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.12",
3+
"version": "5.1.13",
44
"description": "Simple and tiny (72 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",

0 commit comments

Comments
 (0)