Skip to content

Commit ece1132

Browse files
committed
2.0.1
1 parent 985b338 commit ece1132

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2.0.1 (2023-05-18)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Users that quit IRC network now leave Matrix channel properly.
8+
Users that are killed from IRC network now leave Matrix channel properly.
9+
It also fixes nick changes: old nick leaves Matrix room and new nick joins Matrix room. ([\#103](https://github.com/matrix-org/node-irc/issues/103))
10+
11+
12+
Internal Changes
13+
----------------
14+
15+
- Increase the integration test timeout to 15s. ([\#104](https://github.com/matrix-org/node-irc/issues/104))
16+
17+
118
2.0.0 (2023-04-26)
219
==================
320

changelog.d/103.bugfix

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/104.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Matrix.org (original fork from Martyn Smith <martyn@dollyfish.net.nz>)",
66
"scripts": {
77
"prepare": "yarn run build",

0 commit comments

Comments
 (0)