Skip to content

Commit 6fe5741

Browse files
committedNov 23, 2023
Release 9.0 version
1 parent debe0db commit 6fe5741

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 9.0
5+
* Dropped Node.js 16 support.
6+
* Reduced size (by @igisev).
7+
48
## 8.0
59
* Dropped Node.js 14 support.
610
* Fixed types (by @jakub791).

‎package.json

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

0 commit comments

Comments
 (0)