Skip to content

Commit

Permalink
[release] 5.1.0 - Hash Lookup, Exception Logging Cleanup and Validati…
Browse files Browse the repository at this point in the history
…on 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>
  • Loading branch information
kat-statsig and statsig-kong[bot] authored Jun 5, 2024
1 parent 1fb838c commit 1c3eca4
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": "5.0.0",
"version": "5.1.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 = '5.0.0';
export const version = '5.1.0';

0 comments on commit 1c3eca4

Please sign in to comment.