Skip to content

Commit

Permalink
[release] v1.30.1 - BugFix: waitForCache was preventing remounts (#128)
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 27, 2023
1 parent 071c041 commit df39a26
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.30.0",
"version": "1.30.1",
"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.30.0'
export const version = '1.30.1'

0 comments on commit df39a26

Please sign in to comment.