Skip to content

Commit

Permalink
v3.0.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Apr 24, 2023
1 parent e41be5e commit 7126261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.0.0] - 2023-04-24

### Breaking

- Drop support for Node.js < v12 ([#101](https://github.com/MetaMask/safe-event-emitter/pull/101))

### Changed

- devDependencies and CI updates

## [2.0.0] - 2020-09-02

### Changed
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": "@metamask/safe-event-emitter",
"version": "2.0.0",
"version": "3.0.0",
"description": "An EventEmitter that isolates the emitter from errors in handlers",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 7126261

Please sign in to comment.