From 91800df82c7897751b3c63337872b967d47a6bfd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 12 Dec 2024 23:25:32 +0200 Subject: [PATCH] chore(build): bump to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3560f261d..c48a844c2 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.22.22", + "version": "1.2.0", "main": "dist/index.js", "repository": "https://github.com/SukantGujar/express-partial-content", "author": "Sukant Gujar ",