Skip to content

Commit

Permalink
[Release 6.4.4] Added ETIMEDOUT code property to timeout errors; Fi…
Browse files Browse the repository at this point in the history
…xed prepending listeners to wildcard emitters;
  • Loading branch information
DigitalBrainJS committed Feb 23, 2021
1 parent 2eb5d5a commit e80605f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

For changes before version 2.2.0, please see the commit history

# [6.4.4] - 2021-02-23

### Added
- `ETIMEDOUT` code property to timeout errors @HalleyAssist

### Fixed
- prepending listeners to wildcard emitters @Ilrilan

# [6.4.3] - 2020-06-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventemitter2",
"version": "6.4.3",
"version": "6.4.4",
"description": "A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.",
"keywords": [
"event",
Expand Down

0 comments on commit e80605f

Please sign in to comment.