Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed May 18, 2023
1 parent 985b338 commit ece1132
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.0.1 (2023-05-18)
==================

Bugfixes
--------

- Users that quit IRC network now leave Matrix channel properly.
Users that are killed from IRC network now leave Matrix channel properly.
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))


Internal Changes
----------------

- Increase the integration test timeout to 15s. ([\#104](https://github.com/matrix-org/node-irc/issues/104))


2.0.0 (2023-04-26)
==================

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/103.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/104.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "matrix-org-irc",
"description": "An IRC client library for node, written in Typescript.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Matrix.org (original fork from Martyn Smith <martyn@dollyfish.net.nz>)",
"scripts": {
"prepare": "yarn run build",
Expand Down

0 comments on commit ece1132

Please sign in to comment.