@amplitude/experiment-js-client
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.5.3](https://github.com/amplitude/experiment-js-client/compare/v1.5.2...v1.5.3) (2022-06-01) | ||
### Bug Fixes | ||
* add secondary initial variants as a fallback ([7727ba9](https://github.com/amplitude/experiment-js-client/commit/7727ba96c519b5b4dbd9355f86fca9ac59a9021d)) | ||
* re-add debug logging ([c18dfc9](https://github.com/amplitude/experiment-js-client/commit/c18dfc9f2fa4b7cbcbb35493cbb2c457a64ed83e)) | ||
## [1.5.2](https://github.com/amplitude/experiment-js-client/compare/v1.5.1...v1.5.2) (2022-05-28) | ||
@@ -8,0 +20,0 @@ |
@@ -30,3 +30,3 @@ /** | ||
InitialVariants = "initial", | ||
SecondaryLocalStoraage = "secondary-storage", | ||
SecondaryLocalStorage = "secondary-storage", | ||
SecondaryInitialVariants = "secondary-initial", | ||
@@ -33,0 +33,0 @@ FallbackInline = "fallback-inline", |
{ | ||
"name": "@amplitude/experiment-js-client", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Javascript Client SDK for Amplitude Experiment", | ||
@@ -38,3 +38,3 @@ "main": "dist/experiment.umd.js", | ||
}, | ||
"gitHead": "08af5696e93a010e16a9ed7753e7e164e6fe4322" | ||
"gitHead": "bdf94a70dccdbe2007858432480e7ddae70a62b8" | ||
} |
Sorry, the diff of this file is too big to display
147729
3517