From 7b8355c7b71a07d6cb7747cd8d6327281f9afc7b Mon Sep 17 00:00:00 2001 From: Nick Scialli <7538045+nas5w@users.noreply.github.com> Date: Sat, 25 Sep 2021 14:55:37 -0400 Subject: [PATCH] Bump dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab71b17..a5b1775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "combinate", - "version": "1.1.6", + "version": "1.1.7", "description": "Type safe combinatorics utility for getting all combinations.", "main": "dist/index.js", "types": "dist/index.d.ts",