Skip to content

Commit 6f983eb

Browse files
[FSSDK-11515] changelog update (#1058)
1 parent a59bd3b commit 6f983eb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [5.3.5] - Jan 29, 2025
9+
10+
### Bug Fixes
11+
12+
- Rollout experiment key exclusion from activate method([#949](https://github.com/optimizely/javascript-sdk/pull/949))
13+
- Using optimizely.readyPromise instead of optimizely.onReady to avoid setTimeout call in edge environments. ([#995](https://github.com/optimizely/javascript-sdk/pull/995))
14+
15+
## [4.10.1] - November 18, 2024
16+
17+
### Changed
18+
- update uuid module improt and usage ([#961](https://github.com/optimizely/javascript-sdk/pull/961))
19+
20+
821
## [5.3.4] - Jun 28, 2024
922

1023
### Changed

lib/export_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export type { ErrorHandler } from './error/error_handler';
6565
export type { OpaqueErrorNotifier } from './error/error_notifier_factory';
6666

6767
export type { Cache } from './utils/cache/cache';
68+
export type { Store } from './utils/cache/store'
6869

6970
export type {
7071
NotificationType,

0 commit comments

Comments
 (0)