Skip to content

Commit 1c3eca4

Browse files
[release] 5.1.0 - Hash Lookup, Exception Logging Cleanup and Validation Updates (#500)
- remove unnecessary exception logs - allow lookup by hashed name - update bootstrap validator - ensure correct dedupe key reset when updating user >Included In This Release >- 1fb838c kat-statsig > - Fix hash lookup order (#499) >- 421cce7 kat-statsig > - hash lookup (#497) >- 34dc84d kenny-statsig > - properly reset dedupe key when updating user with values (#496) >- 533224f sroyal-statsig > - Bootstrap Updates (#489) >- 0fe713d kat-statsig > - postToEndpoint log error (#491) >- 718d752 kat-statsig > - no stable id changed err (#493) >- a67eb05 kat-statsig > - no init err log (#494) >- cc00558 kat-statsig > - no err for local mode in prefetchuser (#492) --------- Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
1 parent 1fb838c commit 1c3eca4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statsig-js",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Statsig JavaScript client SDK for single user environments.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/SDKVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '5.0.0';
2+
export const version = '5.1.0';

0 commit comments

Comments
 (0)