Skip to content

Commit

Permalink
Version 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Mar 20, 2020
1 parent a5f9348 commit b6492c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

## [6.2.1] - 2020-03-20

### Fixed
- #153 - global scope is no longer defaulted to the `window` variable, now supports workers. @DigitalBrainJS

## [6.2.0] - 2020-03-20

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

0 comments on commit b6492c0

Please sign in to comment.