From 7b6662025c49c0e31d2f0c5cbd726e4423805639 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 25 Aug 2023 12:59:20 +0200 Subject: [PATCH] v5.6.1 * Proper Encoding/Decoding for Email Name Representation for SOA and RP Records (#93) (M4t7e) * test node 20 (silverwind) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 672c160..9b79b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-packet", - "version": "5.6.0", + "version": "5.6.1", "description": "An abstract-encoding compliant module for encoding / decoding DNS packets", "author": "Mathias Buus", "license": "MIT",