From ed002eb30c5e6b8d792a3fdfc19d4977ab313254 Mon Sep 17 00:00:00 2001 From: Hugo-ter-Doest Date: Tue, 2 Jul 2024 12:03:12 +0200 Subject: [PATCH] 7.0.7 --- 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 91e138818..be3fec590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "natural", - "version": "7.0.6", + "version": "7.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "natural", - "version": "7.0.6", + "version": "7.0.7", "license": "MIT", "dependencies": { "afinn-165": "^1.0.2", diff --git a/package.json b/package.json index 1183ed8fc..73d50a8f8 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": "7.0.6", + "version": "7.0.7", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",