From b80bfb7ca44c16bd5b747362ac2f53ece911b225 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 6 Apr 2025 17:23:17 +0300 Subject: [PATCH] chore(release): bump to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f77a98d0e..d4e8c6329 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.1.0", "main": "dist/index.js", "repository": "https://github.com/TriliumNext/express-partial-content", "author": "Elian Doran ",