Skip to content

Commit

Permalink
Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Jan 9, 2018
1 parent 6abe034 commit b3b3e01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

For changes before version 2.2.0, please see the commit history

## [5.0.1] - 2018-01-09

### Fixed
- Allow `removeAllListeners` to recieve `undefined` as an argument. @majames

## [4.1.2] - 2017-07-12
### Added
- Correct listeners and listenersAny typings @cartant
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventemitter2",
"version": "4.1.2",
"version": "5.0.1",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
"main": "lib/eventemitter2.js"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventemitter2",
"version": "4.1.2",
"version": "5.0.1",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
"keywords": [
"event",
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": "5.0.0",
"version": "5.0.1",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
"keywords": [
"event",
Expand Down

0 comments on commit b3b3e01

Please sign in to comment.