Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into hs/integration-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 22, 2022
2 parents 23a7150 + 224ba12 commit f127bb0
Show file tree
Hide file tree
Showing 7 changed files with 361 additions and 556 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
1.4.0 (2022-09-22)
==================

**Please note:** Minimum Node.JS version is now 16

Features
--------

- The `Client` class now uses strong typing for it's emitter. ([\#91](https://github.com/matrix-org/node-irc/issues/91))


Bugfixes
--------

- Prevent connection immediately terminating on expired certificate when allowed by config. Contributed by @f0x52. ([\#90](https://github.com/matrix-org/node-irc/issues/90))


Deprecations and Removals
-------------------------

- Drop support for Node 12,14 and support Node 16+. ([\#92](https://github.com/matrix-org/node-irc/issues/92))


1.2.1 (2022-05-04)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/90.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/91.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/92.removal

This file was deleted.

Loading

0 comments on commit f127bb0

Please sign in to comment.