Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 3, 2022
1 parent 5feb096 commit e152130
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.5.0 (2022-10-03)
==================

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

- Add support for testing against an actual IRCD. ([\#94](https://github.com/matrix-org/node-irc/issues/94))


1.4.0 (2022-09-22)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/87.bug

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/94.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for testing against an actual IRCD.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit e152130

Please sign in to comment.