diff --git a/package-lock.json b/package-lock.json index a0ce999..f735630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-react", - "version": "1.28.0", + "version": "1.29.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statsig-react", - "version": "1.28.0", + "version": "1.29.0", "license": "ISC", "dependencies": { "statsig-js": "^4.35.0" diff --git a/package.json b/package.json index f45fdf4..e8494f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-react", - "version": "1.28.0", + "version": "1.29.0", "description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/SDKVersion.ts b/src/SDKVersion.ts index 47b46a8..6a5b9f4 100644 --- a/src/SDKVersion.ts +++ b/src/SDKVersion.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.28.0' +export const version = '1.29.0'