We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f302 commit 7ba3100Copy full SHA for 7ba3100
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.12
5
+* Reduced npm package size.
6
+
7
## 5.1.11
8
* Fixed unsubscribing on cleaned `Emitter#events` (by Mikhail Nasyrov).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.11",
+ "version": "5.1.12",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments