From 410421960a94e7c666efddec67e094e9be4da1a8 Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Thu, 14 Jan 2021 16:18:05 +0100 Subject: [PATCH] 2.4.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index adec3e797..bfb7a29e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f096e3a5..7f18019e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "natural", "description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.", - "version": "2.4.4", + "version": "2.4.5", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",