From f4bac33821fb0fa0fa169f087352d78f446d4bd9 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand <joe-github@cursive.net> Date: Tue, 3 Dec 2024 08:59:45 -0700 Subject: [PATCH] 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc00330..b45a8d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbor2", - "version": "1.7.1", + "version": "1.8.0", "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", "exports": { ".": "./lib/index.js",