Skip to content

Commit 6bb00d7

Browse files
committed
Release 6.0 version
1 parent 237399a commit 6bb00d7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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+
## 6.0
5+
* Moved project to ESM-only type. Applications must use ESM too.
6+
* Dropped Node.js 10 support.
7+
48
## 5.1.13
59
* Added `default` to `package.exports`.
610

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoevents",
3-
"version": "5.1.13",
3+
"version": "6.0.0",
44
"description": "Simple and tiny (72 bytes) event emitter library",
55
"keywords": [
66
"EventEmitter",
@@ -126,7 +126,8 @@
126126
"supports ES",
127127
"bundlers",
128128
"workaround",
129-
"unsubscribing"
129+
"unsubscribing",
130+
"ESM"
130131
]
131132
},
132133
"sharec": {

0 commit comments

Comments
 (0)