From 03bbcd2ddab06807e2f7bbd3d4de8a6831084d8f Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:10:47 +0100 Subject: [PATCH] 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e97ca22..5c9c4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http2-wrapper", - "version": "2.2.0", + "version": "2.2.1", "description": "HTTP2 client, just with the familiar `https` API", "main": "source", "types": "index.d.ts",