From e66f263359b48700a4aead4ea43599e5d0285267 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Wed, 2 Aug 2017 11:36:53 -0700 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d557590..7c1fcbe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "array-initial", "description": "Get all but the last element or last n elements of an array.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/array-initial", "author": { "name": "Jon Schlinkert",