From f116260a1918cc1e6f91631d07e8eeefcc4cc2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Tue, 22 Oct 2024 14:55:01 -0300 Subject: [PATCH] Version 4.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 a3c34b5..86f4e55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flagsmith-nodejs", - "version": "4.0.0-beta.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flagsmith-nodejs", - "version": "4.0.0-beta.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "pino": "^8.8.0", diff --git a/package.json b/package.json index 31f395d..dfa08b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith-nodejs", - "version": "4.0.0-beta.1", + "version": "4.0.0", "description": "Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.", "main": "./build/cjs/index.js", "type": "module",