From b70b5b8fcc8edd4be1bfd48bab91b265c94bf260 Mon Sep 17 00:00:00 2001 From: Yuliia Miskevych Date: Mon, 19 Jan 2026 12:06:33 +0200 Subject: [PATCH] [S4R-9547] : bump version --- LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 27fe1f1..a84ee35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 GroupBy Inc +Copyright (c) 2021 Rezolve Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 8b894f2..475781a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "gb-tracker-client", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "5.4.0", + "version": "5.5.0", "license": "MIT", "dependencies": { "cookies-js": "^1.2.3", diff --git a/package.json b/package.json index d904f97..45079cc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "gb-tracker-client", - "version": "5.4.0", - "description": "GroupBy client-side event tracker", + "version": "5.5.0", + "description": "Rezolve client-side event tracker", "main": "index.js", "keywords": [ "groupby", "tracker", - "recommendations" + "recommendations", + "rezolve" ], "repository": { "type": "git", @@ -27,7 +28,7 @@ "test:integration": "ts-mocha -p tsconfig.test.json 'test-integration/**/*.spec.js'", "webpack": "webpack --config ./config/webpack.config.dev.js && webpack --config ./config/webpack.config.prod.js" }, - "author": "GroupBy Inc.", + "author": "Rezolve", "license": "MIT", "devDependencies": { "@babel/core": "^7.11.1",