From 89d908d4b2da75fc17433a6a0a25ced85ec50962 Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Mon, 18 Dec 2023 12:35:29 -0300 Subject: [PATCH] Prepare stable version --- 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 6a41572..8fb3d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@splitsoftware/splitio-redux", - "version": "1.9.1-rc.1", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splitsoftware/splitio-redux", - "version": "1.9.1-rc.1", + "version": "1.10.0", "license": "Apache-2.0", "dependencies": { "@splitsoftware/splitio": "10.24.1" diff --git a/package.json b/package.json index 2087b1b..a27c6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-redux", - "version": "1.9.1-rc.1", + "version": "1.10.0", "description": "A library to easily use Split JS SDK with Redux and React Redux", "main": "lib/index.js", "module": "es/index.js",