From 30259007994f17c8c85f988be83d02e895a8134d Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 22 Apr 2022 13:23:43 +0200 Subject: [PATCH] 5.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71eed25..c9d7cab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "configcat-common", - "version": "4.6.2", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configcat-common", - "version": "4.6.2", + "version": "5.0.0", "license": "MIT", "devDependencies": { "@types/chai": "4.3.0", diff --git a/package.json b/package.json index 60bbad4..2286a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-common", - "version": "4.6.2", + "version": "5.0.0", "description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", "main": "lib/index.js", "types": "lib/index.d.ts",