Skip to content

Commit f27ac4e

Browse files
committed
Release 8.0 version
1 parent 43d11d4 commit f27ac4e

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+
## 8.0
5+
* Dropped Node.js 14 support.
6+
* Fixed types (by @jakub791).
7+
48
## 7.0.1
59
* Reduced size.
610

package.json

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

0 commit comments

Comments
 (0)