From 0c0ade5f1bbb59e320c0a109293e00221645e446 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Sun, 27 Nov 2022 18:13:59 -0700 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e30ed8e..85d71e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "msgpackr", "author": "Kris Zyp", - "version": "1.8.0", + "version": "1.8.1", "description": "Ultra-fast MessagePack implementation with extensions for records and structured cloning", "license": "MIT", "types": "./index.d.ts",