From 9303a890610b31cf233f570ec76984d6e95ea5d0 Mon Sep 17 00:00:00 2001 From: eklem Date: Fri, 6 Dec 2024 16:23:14 +0100 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d72d562..8ec2822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stopword", - "version": "3.1.2", + "version": "3.1.3", "description": "A module for node.js and the browser that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 62 languages and also takes lists with custom stopwords as input.", "main": "./dist/stopword.cjs.js", "module": "./src/stopword.js",