From 7c3c94398530c546a522b43cca08d0041948308e Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Thu, 22 Aug 2024 14:34:43 -0600 Subject: [PATCH] 1.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdbf856..860b34e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbor2", - "version": "1.5.0", + "version": "1.5.1", "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", "exports": { ".": "./lib/index.js",