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