From 0dd86f9aa3eb621f44efc651d7e6231a6e70b6c6 Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Mon, 23 Aug 2021 10:08:40 +0200 Subject: [PATCH] 5.0.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 cc28f7cc3..5fbc4bb09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c43e7cb21..4a13a05e8 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": "5.0.4", + "version": "5.0.5", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",