From be93d866e1e30d03525a193f27a2b6d36f77a130 Mon Sep 17 00:00:00 2001 From: Andrii Los Date: Tue, 12 Mar 2019 23:52:48 +0100 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66ef1cf..fe1af2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-get", - "version": "1.0.0", + "version": "1.0.1", "description": "Alternative to lodash.get that makes it typed and cool as if optional chaining proposal is there", "main": "lib/index.node.js", "module": "lib/index.js",