From 32cdfa773670eb62803dd7962a83ab7145b1f549 Mon Sep 17 00:00:00 2001 From: Hugo-ter-Doest Date: Sun, 14 Apr 2024 19:08:49 +0200 Subject: [PATCH] 7.0.1 --- 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 8a76b2c75..2d498e959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "natural", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "natural", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "@types/jasmine": "^5.1.4", diff --git a/package.json b/package.json index be7d3c982..cefa63bdc 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.0", + "version": "7.0.1", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",