Skip to content

Commit

Permalink
chore: lint changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 10, 2024
1 parent adbae39 commit 953f0f8
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions CHANGELOG.md
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

0 comments on commit 953f0f8

Please sign in to comment.