Skip to content

Commit

Permalink
[release] 1.37.0 - Add Support for Evaluation Callback Option (#164)
Browse files Browse the repository at this point in the history
Adds a field to options which allows a function to be specified that
will be called whenever a config is checked

> Updated statsig-js to
[4.50.1](https://github.com/statsig-io/js-client/releases/tag/v4.50.1)





>Included In This Release
>- 71ea87c sroyal-statsig
>   - Evaluation Callback (#163)

---------

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 Mar 8, 2024
1 parent 71ea87c commit 36247f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-react",
"version": "1.36.0",
"version": "1.37.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 Expand Up @@ -44,7 +44,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"statsig-js": "4.50.0"
"statsig-js": "4.50.1"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
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.36.0'
export const version = '1.37.0'

0 comments on commit 36247f1

Please sign in to comment.