From b6b5dab15f5887e7ace68bd17c5d8686f87e422f Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Fri, 16 May 2025 23:17:20 +0600 Subject: [PATCH] [FSSDK-11515] changelog update --- CHANGELOG.md | 13 +++++++++++++ lib/export_types.ts | 1 + 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fd73fdf..0903ae80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.3.5] - Jan 29, 2025 + +### Bug Fixes + +- Rollout experiment key exclusion from activate method([#949](https://github.com/optimizely/javascript-sdk/pull/949)) +- Using optimizely.readyPromise instead of optimizely.onReady to avoid setTimeout call in edge environments. ([#995](https://github.com/optimizely/javascript-sdk/pull/995)) + +## [4.10.1] - November 18, 2024 + +### Changed +- update uuid module improt and usage ([#961](https://github.com/optimizely/javascript-sdk/pull/961)) + + ## [5.3.4] - Jun 28, 2024 ### Changed diff --git a/lib/export_types.ts b/lib/export_types.ts index 42e6778b9..53d5c876c 100644 --- a/lib/export_types.ts +++ b/lib/export_types.ts @@ -65,6 +65,7 @@ export type { ErrorHandler } from './error/error_handler'; export type { OpaqueErrorNotifier } from './error/error_notifier_factory'; export type { Cache } from './utils/cache/cache'; +export type { Store } from './utils/cache/store' export type { NotificationType,