Skip to content

Commit

Permalink
version 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Mar 28, 2020
1 parent 848250f commit 84dd143
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

For changes before version 2.2.0, please see the commit history

## [6.3.0] - 2020-03-28

### Added
- emitter.getMaxListeners() & EventEmitter2.defaultMaxListeners() @DigitalBrainJS
- EventEmitter2.once for feature pairity with EventEmitter.once @DigitalBrainJS

## [6.2.1] - 2020-03-20

### 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.2.1",
"version": "6.3.0",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
"keywords": [
"event",
Expand Down

0 comments on commit 84dd143

Please sign in to comment.