Skip to content

Commit

Permalink
[release] v1.34.0 - Update to use latest JS SDK (#155)
Browse files Browse the repository at this point in the history
* Bot: Updated File package.json

* Bot: Updated File/s [package-lock.json, src/SDKVersion.ts]

---------

Co-authored-by: statsig-kong[bot] <[email protected]>
Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 14, 2023
1 parent 14901b1 commit 2fb511f
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": "1.33.0",
"version": "1.34.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.33.0'
export const version = '1.34.0'

0 comments on commit 2fb511f

Please sign in to comment.