Skip to content

Commit 0c2c886

Browse files
committed
Release 9.1.0 version
1 parent 36cb262 commit 0c2c886

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 9.1.0
5+
* Added `EmitterMixin` type (by @fuadsaud).
6+
47
## 9.0
58
* Dropped Node.js 16 support.
69
* Reduced size (by @igisev).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoevents",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "Simple and tiny (107 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",

0 commit comments

Comments
 (0)