We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa252a0 commit a436796Copy full SHA for a436796
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.6
5
+* Clean up code.
6
+
7
## 5.1.5
8
* Fix ES module regression.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.5",
+ "version": "5.1.6",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments