Skip to content

Commit c68478d

Browse files
chore(release): 3.1.1
Diff: 4.0.0...3.1.1
1 parent ba6b56d commit c68478d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

History.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# History
22

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

10+
# Release notes
11+
12+
## [3.1.1](https://github.com/socketio/emitter/compare/4.0.0...3.1.1) (2024-04-10)
13+
14+
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"`.
715

816

9-
# Release notes
1017

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

Readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Event emitter component.
44

5+
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.
6+
57
## Installation
68

79
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socket.io/component-emitter",
33
"description": "Event emitter",
4-
"version": "4.0.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"devDependencies": {
77
"mocha": "*",

0 commit comments

Comments
 (0)