From e9c600b869de1671541d409a8196c97a61aa4358 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 16 Jun 2022 09:59:30 +0000 Subject: [PATCH] Flaska: Add support for `appendHeaders` in constructor. * Allows to append individual headers to the defaultHeaders without completely replacing the default values. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd8d188..c62345c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flaska", - "version": "1.2.4", + "version": "1.2.5", "description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.", "main": "flaska.mjs", "scripts": {