Skip to content

Commit

Permalink
Release 6.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 4, 2021
1 parent 1891b89 commit e902a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.0.1
* Fixed `package.json` export (by Jules Robichaud-Gagnon).

## 6.0
* Moved project to ESM-only type. Applications must use ESM too.
* Dropped Node.js 10 support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
"version": "6.0.0",
"version": "6.0.1",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
Expand Down

0 comments on commit e902a97

Please sign in to comment.