From bf62dceb287bfc25f9ead670caacbf15e839dad1 Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Mon, 11 Jan 2021 11:46:03 +0100 Subject: [PATCH] 2.4.4 --- 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 363c09cca..adec3e797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96fc2b0a2..6f096e3a5 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.3", + "version": "2.4.4", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",