We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe0db commit 6fe5741Copy full SHA for 6fe5741
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 9.0
5
+* Dropped Node.js 16 support.
6
+* Reduced size (by @igisev).
7
+
8
## 8.0
9
* Dropped Node.js 14 support.
10
* Fixed types (by @jakub791).
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "8.0.0",
+ "version": "9.0.0",
"description": "Simple and tiny (107 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments