From 15cc1b8d0863c31e80db368188d589d84f6411ff Mon Sep 17 00:00:00 2001 From: Nick Scialli <7538045+nas5w@users.noreply.github.com> Date: Sat, 19 Feb 2022 09:43:35 -0500 Subject: [PATCH] Fix versioning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 257832c..771d757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "combinate", - "version": "1.1.8", + "version": "1.1.9", "description": "Type safe combinatorics utility for getting all combinations.", "main": "dist/index.js", "types": "dist/index.d.ts",