Skip to content

Commit

Permalink
Release 3.1.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 8, 2024
1 parent 95276c8 commit a68ac06
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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.1.0] - 2024-03-08

### Added

- Add ESM build ([#141](https://github.com/MetaMask/safe-event-emitter/pull/141))

## [3.0.0] - 2023-04-24

### Breaking
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": "3.0.0",
"version": "3.1.0",
"description": "An EventEmitter that isolates the emitter from errors in handlers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit a68ac06

Please sign in to comment.