From 1c7a92e64be32ac3d559a0fd3dcf14f80b05e978 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 16 Dec 2023 16:40:18 +0100 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce944dd..c63b2fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rate-limiter-flexible", - "version": "3.0.6", + "version": "4.0.0", "description": "Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM", "main": "index.js", "scripts": {