Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Apr 10, 2024
1 parent ba6b56d commit c68478d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 11 additions & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# History

- [**4.0.0**](#400-2022-11-22) (Nov 2022)
- [3.1.0](#310-2022-04-17) (Apr 2022)
- [**3.0.0**](#300-2021-10-14) (Oct 2021)
| Version | Date |
|------------------------------|--------------|
| [3.1.1](#311-2024-04-10) | April 2024 |
| [**4.0.0**](#400-2022-11-22) | October 2021 |
| [3.1.0](#310-2022-04-17) | April 2022 |
| [**3.0.0**](#300-2021-10-14) | October 2021 |

# Release notes

## [3.1.1](https://github.com/socketio/emitter/compare/4.0.0...3.1.1) (2024-04-10)

This release contains a rework of the dual CommonJS/ES packages. Instead of relying on the `.mjs` file extension, which causes [some problems](https://github.com/socketio/socket.io-client/issues/1598), we will use two `package.json` files, one with `"type": "commonjs"` and the other with `"type": "module"`.


# Release notes

## [4.0.0](https://github.com/socketio/emitter/compare/3.1.0...4.0.0) (2022-11-22)

Expand Down
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Event emitter component.

This project is a fork of the [`component-emitter`](https://github.com/sindresorhus/component-emitter) project, with [Socket.IO](https://socket.io/)-specific TypeScript typings.

## Installation

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socket.io/component-emitter",
"description": "Event emitter",
"version": "4.0.0",
"version": "3.1.1",
"license": "MIT",
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit c68478d

Please sign in to comment.