Skip to content

Commit

Permalink
[release] v1.29.0 - Adds support for 'waitForCache' (#122)
Browse files Browse the repository at this point in the history
* Bot: Updated File/s [package.json]

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

---------

Co-authored-by: statsig-kong[bot] <111531770+statsig-kong[bot]@users.noreply.github.com>
Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
statsig-kong[bot] and statsig-kong[bot] authored Jun 12, 2023
1 parent e481a52 commit 465270f
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.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",
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.28.0'
export const version = '1.29.0'

0 comments on commit 465270f

Please sign in to comment.