From 4eead78c559b1771ebd906718a1b84b64399d6f5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 4 Oct 2021 13:43:57 +0200 Subject: [PATCH] 1.1.6 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c38ff51..72157ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { "@pushrocks/smartpromise": "^3.1.6", diff --git a/package.json b/package.json index 2435d0f..8bfc5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "private": false, "description": "fuzzy match strings against word dictionaries/arrays", "main": "dist_ts/index.js", @@ -39,4 +39,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}