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