Skip to content

Commit

Permalink
[release] 4.48.0 - Add getFeatureGate api (#451)
Browse files Browse the repository at this point in the history
Adds `getFeatureGate` to get metadata (group, rule, idtype) about a gate
evaluation

INTERNAL
- updates for react native sdk
- fix sdk logging on stableid changed
- update js-sha256 dependency





>Included In This Release
>- 88c5ac0 marcos-statsig
>   - [Snyk] Upgrade js-sha256 from 0.10.1 to 0.11.0 (#450)
>- 96e9d9d tore-statsig
> - Add getFeatureGateMetadata for more info about gate evaluation
(#448)
>- 13e436e tore-statsig
>   - Update react native typing and appstate handler (#446)
>- 4360659 sroyal-statsig
>   - Fix StableID Changed Logging (#442)

---------

Co-authored-by: tore-statsig <[email protected]>
  • Loading branch information
tore-statsig and tore-statsig authored Feb 20, 2024
1 parent 88c5ac0 commit 3f19bbf
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-js",
"version": "4.47.1",
"version": "4.48.0",
"description": "Statsig JavaScript client SDK for single user environments.",
"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 = '4.47.1'
export const version = '4.48.0'

0 comments on commit 3f19bbf

Please sign in to comment.