Skip to content

Commit 7ba3100

Browse files
committed
Release 5.1.12 version
1 parent 955f302 commit 7ba3100

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.12
5+
* Reduced npm package size.
6+
47
## 5.1.11
58
* Fixed unsubscribing on cleaned `Emitter#events` (by Mikhail Nasyrov).
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.11",
3+
"version": "5.1.12",
44
"description": "Simple and tiny (72 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",

0 commit comments

Comments
 (0)