From e7ee51f84d0c86a3a217bcae86a2b89bb8cc723e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 12 Dec 2024 18:43:12 +0200 Subject: [PATCH] v1.22.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ea018368..117ae286e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@triliumnext/express-partial-content", "description": "A partial content handler implementation for any readable stream with Express. Based on this blog post: https://www.codeproject.com/Articles/813480/HTTP-Partial-Content-In-Node-js.", - "version": "1.0.1", + "version": "1.22.22", "main": "dist/index.js", "repository": "https://github.com/SukantGujar/express-partial-content", "author": "Sukant Gujar ",