From 2130d2c61e8e49f4891ec989524e82e6091352c5 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 5 Mar 2021 11:38:02 +0100 Subject: [PATCH] Bumped v5.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bc9173..65155e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msgpack5", - "version": "5.2.1", + "version": "5.3.0", "description": "A msgpack v5 implementation for node.js and the browser, with extension points", "main": "index.js", "scripts": {