From e3a889e6b8766a664fbab95e2b09d1431f39d12b Mon Sep 17 00:00:00 2001 From: Benoit Marchant Date: Tue, 31 Mar 2020 15:53:57 -0700 Subject: [PATCH] Updates version following fix to Array.from --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a30587..1ed309b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collections", - "version": "5.1.9", + "version": "5.1.10", "description": "data structures with idiomatic JavaScript collection interfaces", "homepage": "http://www.collectionsjs.com", "author": "Kris Kowal (http://github.com/kriskowal)",