From 9fb92c3a0aa8adaf53862ebc5f8848795bf9f0fd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 30 Dec 2020 12:01:15 +0100 Subject: [PATCH] Bumped v5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08364e2..f1c7c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msgpack5", - "version": "4.4.0", + "version": "5.0.0", "description": "A msgpack v5 implementation for node.js and the browser, with extension points", "main": "index.js", "scripts": {