-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,30 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [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 | ||
|
||
- Add ESM build ([#141](https://github.com/MetaMask/safe-event-emitter/pull/141)) | ||
|
||
## [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 | ||
- **BREAKING**: Drop support for Node.js < v12 ([#101](https://github.com/MetaMask/safe-event-emitter/pull/101)) | ||
|
||
## [2.0.0] - 2020-09-02 | ||
|
||
### Changed | ||
|
||
- Migrate to TypeScript ([#1](https://github.com/MetaMask/safe-event-emitter/pull/1)) | ||
|
||
[Unreleased]:https://github.com/MetaMask/safe-event-emitter/compare/v2.0.0...HEAD | ||
[2.0.0]:https://github.com/MetaMask/safe-event-emitter/tree/v2.0.0 | ||
[Unreleased]: https://github.com/MetaMask/safe-event-emitter/compare/v3.1.1...HEAD | ||
[3.1.1]: https://github.com/MetaMask/safe-event-emitter/compare/v3.1.0...v3.1.1 | ||
[3.1.0]: https://github.com/MetaMask/safe-event-emitter/compare/v3.0.0...v3.1.0 | ||
[3.0.0]: https://github.com/MetaMask/safe-event-emitter/compare/v2.0.0...v3.0.0 | ||
[2.0.0]: https://github.com/MetaMask/safe-event-emitter/releases/tag/v2.0.0 |