From 27c5ff4abd036c979bf89c113318492d101316c6 Mon Sep 17 00:00:00 2001 From: Tema Smirnov Date: Sun, 29 Jan 2023 06:30:51 +0300 Subject: [PATCH] 2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd9fa4c..b20c949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegraf-session-local", - "version": "2.1.0", + "version": "2.1.1", "description": "Telegraf local sessions middleware with multiple supported storage types (Memory/FileSync/FileAsync/...) using lowdb", "main": "lib/session.js", "types": "lib/session.d.ts",