From ff61aa49e94f0330e52bd89febd5481b56bd5bbe Mon Sep 17 00:00:00 2001 From: Xin Li <137219293+xinlili-statsig@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:00:48 -0800 Subject: [PATCH] [release] 4.44.0 - Internal always log diagnostics initialization data, log stableID change, not log initTimeout by ErrorBoundary (#430) Internal - Always log diagnostics initialization data, disableDiagnostics will only disable core api logging - Log stableID changes - Not logging initTimeout to errorboundary >Included In This Release >- c18f227c1a93dd193a0dcf70342651688075a2e1 Xin Li > - disableDiagnostics only disable core api logging (#411) >- 5f0ca9f116ddd720dd1a91c6451bd777309a898d Daniel > - Prevent InitTimeout being caught by EB (#426) >- 5415f6419613d8c93ed53e11419a96e8602d7427 sroyal-statsig > - StableID Change Logging (#422) --------- Co-authored-by: xinlili-statsig --- package-lock.json | 4 ++-- package.json | 2 +- src/SDKVersion.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1ca45a..74e9ad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-js", - "version": "4.43.1", + "version": "4.44.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statsig-js", - "version": "4.43.1", + "version": "4.44.0", "license": "ISC", "dependencies": { "js-sha256": "^0.10.1", diff --git a/package.json b/package.json index dd0141f..6bf2dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-js", - "version": "4.43.1", + "version": "4.44.0", "description": "Statsig JavaScript client SDK for single user environments.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/SDKVersion.ts b/src/SDKVersion.ts index 32fa781..7e74d4b 100644 --- a/src/SDKVersion.ts +++ b/src/SDKVersion.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '4.43.1' +export const version = '4.44.0'