From e56f380568057f2fd57775894deaadfaed2cbce2 Mon Sep 17 00:00:00 2001 From: sige Date: Sun, 17 Nov 2019 14:36:22 +0100 Subject: [PATCH] 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1f224c..3b4dce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-node", - "version": "2.2.5", + "version": "2.3.0", "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",