From 762c409723bd4f4dab9fac8380534e7ffa072772 Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 26 Oct 2019 19:55:42 +0200 Subject: [PATCH] 2.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a04dc23..afe041f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-node", - "version": "2.2.1", + "version": "2.2.2", "description": "Official ConfigCat SDK to help you access your feature flags from a Node.js or an SSR (Server-Side Rendering) application.", "main": "lib/client.js", "types": "lib/client.d.ts",