We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2da74 commit a19e1d1Copy full SHA for a19e1d1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0
5
+* Improved performance (by Sergey Ukustov).
6
+* Dropped Node.js 12 support.
7
+
8
## 6.0.2
9
* Reduced package size.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "6.0.2",
+ "version": "7.0.0",
"description": "Simple and tiny (99 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments