Skip to content

Commit

Permalink
[release] 2.1.0 - Update to use v5.1.0 of js client (#186)
Browse files Browse the repository at this point in the history
- update to v5.1.0 of js client





>Included In This Release
>- 27c63ee kat-statsig
>   - bump js version (#185)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
kat-statsig and statsig-kong[bot] committed Jun 17, 2024
1 parent 27c63ee commit c1bc8a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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": "2.0.0",
"version": "2.1.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 = '2.0.0'
export const version = '2.1.0'

0 comments on commit c1bc8a0

Please sign in to comment.