Skip to content

Commit

Permalink
[release] 1.35.0 - Support multi instance (#157)
Browse files Browse the repository at this point in the history
Using https://github.com/statsig-io/js-client/releases/tag/4.45.1

- Supports multiple instances of the `StatsigClient` by caching
including the sdk key
- internal diagnostics updates





>Included In This Release
>- 38ce204 sroyal-statsig
>   - Use Exact JS SDK Version (#156)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
tore-statsig and statsig-kong[bot] authored Feb 2, 2024
1 parent 38ce204 commit 6aa7d00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-react",
"version": "1.34.0",
"version": "1.35.0",
"description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/SDKVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '1.34.0'
export const version = '1.35.0'

0 comments on commit 6aa7d00

Please sign in to comment.