From ca1a30eb855290c8101850634f53bf4a7a6eb75d Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Wed, 6 Nov 2024 10:01:35 -0700 Subject: [PATCH] 1.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab8ea84..15f2721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbor2", - "version": "1.7.0", + "version": "1.7.1", "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", "exports": { ".": "./lib/index.js",