From 36b114cd1273b5735208effd2e0f0948f0557f1f Mon Sep 17 00:00:00 2001 From: Hugo-ter-Doest Date: Wed, 29 Nov 2023 14:24:27 +0100 Subject: [PATCH] 6.10.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 c6655b760..d27fa7016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "natural", - "version": "6.9.2", + "version": "6.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "natural", - "version": "6.9.2", + "version": "6.10.0", "license": "MIT", "dependencies": { "afinn-165": "^1.0.2", diff --git a/package.json b/package.json index 66db9d7a2..9d319b9a7 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": "6.9.2", + "version": "6.10.0", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",