From 4266ae9aa27906a1d6c179fde518b07b4f80c97e Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Thu, 29 Dec 2022 13:41:40 +0100 Subject: [PATCH] 6.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16aec3b71..f2c9ba162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "natural", - "version": "5.2.4", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "natural", - "version": "5.2.4", + "version": "6.0.0", "license": "MIT", "dependencies": { "afinn-165": "^1.0.2", diff --git a/package.json b/package.json index 866cf3be7..809a149ed 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.2.4", + "version": "6.0.0", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",