From 4e19cc48904dbc6313dbe9199f347969843d2308 Mon Sep 17 00:00:00 2001 From: Benoit Marchant Date: Tue, 28 Dec 2021 23:55:57 -0800 Subject: [PATCH] Update version to 5.1.13 to publish latest fix for maximum call stack size exceeded issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 107a7e6..8bce4da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collections", - "version": "5.1.12", + "version": "5.1.13", "description": "data structures with idiomatic JavaScript collection interfaces", "homepage": "http://www.collectionsjs.com", "author": "Kris Kowal (http://github.com/kriskowal)",