Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 27, 2023
1 parent 2a1b023 commit 30840ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.1.0 (2023-07-27)
==================

Bugfixes
--------

- Fix values in isupport duplicating if multiple version responses are returned. ([\#108](https://github.com/matrix-org/node-irc/issues/108))


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

- Migrate to using Jest for all tests. ([\#106](https://github.com/matrix-org/node-irc/issues/106))


2.0.1 (2023-05-18)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/106.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/108.bugfix

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.1",
"version": "2.1.0",
"author": "Matrix.org (original fork from Martyn Smith <martyn@dollyfish.net.nz>)",
"scripts": {
"prepare": "yarn run build",
Expand Down

0 comments on commit 30840ff

Please sign in to comment.