Skip to content

Commit

Permalink
Release 3.1.1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 12, 2024
1 parent 5facba9 commit 56ac561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.1.1] - 2024-03-12

### Fixed

- Fix ESM module path ([#143](https://github.com/MetaMask/safe-event-emitter/pull/143))
- Fix ESM source map paths ([#146](https://github.com/MetaMask/safe-event-emitter/pull/146))

## [3.1.0] - 2024-03-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@metamask/safe-event-emitter",
"version": "3.1.0",
"version": "3.1.1",
"description": "An EventEmitter that isolates the emitter from errors in handlers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
Expand Down

0 comments on commit 56ac561

Please sign in to comment.