Skip to content

Commit d62af2c

Browse files
chore(release): 4.1.1
Diff: 4.1.0...4.1.1
1 parent 6ba02c0 commit d62af2c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.1.1](https://github.com/socketio/socket.io-redis-emitter/compare/4.1.0...4.1.1) (2022-01-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **typings:** fix namespace typed-events inheritance ([#108](https://github.com/socketio/socket.io-redis-emitter/issues/108)) ([53c73e1](https://github.com/socketio/socket.io-redis-emitter/commit/53c73e11661067b30cafa8f33a7ec0a61dcbd431))
7+
8+
9+
110
# [4.1.0](https://github.com/socketio/socket.io-redis-emitter/compare/4.0.0...4.1.0) (2021-05-11)
211

312

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/redis-emitter",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)