Skip to content

Commit d70ae4b

Browse files
committed
v3.1.0
1 parent 34ab4f3 commit d70ae4b

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.1.0 (2025-02-25)
2+
3+
### Features
4+
5+
- Handle error 415 (+R/+M). ([\#114](https://github.com/matrix-org/node-irc/issues/114))
6+
7+
### Bugfixes
8+
9+
- Make sure PART reasons aren't being dropped ([887cacd](https://github.com/matrix-org/node-irc/commit/887cacdd62f81a8e80fb4f9d38800d2c5600c2e1))
10+
- Fix reconnect loop due to the close listener being called on socket destruction. ([\#115](https://github.com/matrix-org/node-irc/issues/115))
11+
- Fix auto reconnect due to event listeners not being called. ([\#116](https://github.com/matrix-org/node-irc/issues/116))
12+
- Fix nick changes not being bridged to matrix. ([\#117](https://github.com/matrix-org/node-irc/issues/117))
13+
- Ensure channel.users is an accurate representation of the NAMES response after updates, removing stale users. ([\#118](https://github.com/matrix-org/node-irc/issues/118))
14+
15+
# Internal changes
16+
17+
- Remove newlines (except trailing ones) from _send() payloads ([37cb805](https://github.com/matrix-org/node-irc/commit/37cb80513d0411c2cac5fdbba1399d474231d0c8))
18+
119
3.0.0 (2024-03-27)
220
==================
321

changelog.d/114.feature

-1
This file was deleted.

changelog.d/115.bugfix

-1
This file was deleted.

changelog.d/116.bugfix

-1
This file was deleted.

changelog.d/117.bugfix

-1
This file was deleted.

changelog.d/118.bugfix

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "matrix-org-irc",
33
"description": "An IRC client library for node, written in Typescript.",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": "Matrix.org (original fork from Martyn Smith <[email protected]>)",
66
"scripts": {
77
"prepare": "yarn run build",

0 commit comments

Comments
 (0)