chore(release): bump to 1.1.0

This commit is contained in:
Elian Doran 2025-04-06 17:23:17 +03:00
parent 5e55118ae0
commit b80bfb7ca4
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ {
"name": "@triliumnext/express-partial-content", "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.", "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", "main": "dist/index.js",
"repository": "https://github.com/TriliumNext/express-partial-content", "repository": "https://github.com/TriliumNext/express-partial-content",
"author": "Elian Doran <contact@eliandoran.me>", "author": "Elian Doran <contact@eliandoran.me>",