]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
2.2.0 master origin/HEAD origin/master
authorHalf-Shot <redacted>
Fri, 11 Aug 2023 15:57:18 +0000 (16:57 +0100)
committerHalf-Shot <redacted>
Fri, 11 Aug 2023 15:57:18 +0000 (16:57 +0100)
CHANGELOG.md
changelog.d/110.misc [deleted file]
package.json

index b5d62465f60249ce16d372c808bc4aacd22ee3c9..3c4f98ee1033b68651590cc6fa270f5f9e55a8ce 100644 (file)
@@ -1,3 +1,12 @@
+2.2.0 (2023-08-11)
+==================
+
+Internal Changes
+----------------
+
+- Include any certfp lines in a whois response. ([\#110](https://github.com/matrix-org/node-irc/issues/110))
+
+
 2.1.0 (2023-07-27)
 ==================
 
diff --git a/changelog.d/110.misc b/changelog.d/110.misc
deleted file mode 100644 (file)
index 4d9109a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Include any certfp lines in a whois response.
index e7874e127ca19de38dd6115266bcd6df095b8f0f..e894d885b853982da2b94bf6154355e52f96c253 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "matrix-org-irc",
   "description": "An IRC client library for node, written in Typescript.",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "author": "Matrix.org (original fork from Martyn Smith <martyn@dollyfish.net.nz>)",
   "scripts": {
     "prepare": "yarn run build",