Skip to content

Commit 30840ff

Browse files
committed
2.1.0
1 parent 2a1b023 commit 30840ff

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.1.0 (2023-07-27)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix values in isupport duplicating if multiple version responses are returned. ([\#108](https://github.com/matrix-org/node-irc/issues/108))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Migrate to using Jest for all tests. ([\#106](https://github.com/matrix-org/node-irc/issues/106))
14+
15+
116
2.0.1 (2023-05-18)
217
==================
318

changelog.d/106.misc

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

changelog.d/108.bugfix

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.1",
4+
"version": "2.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)