Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a9a1711

Browse files
authored
chore: Prepare for event processor 0.3.2 release (optimizely#363)
1 parent d7cd22b commit a9a1711

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/event-processor/CHANGELOG.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10-
### Fixed
10+
## [0.3.2] - October 21, 2019
11+
1112
- Fixed a runtime error when accessing localstorage in `PendingEventsStore` when SDK is used in a React Native application. Pending events will still not be stored when SDK is used in React Native but no error will be thrown anymore.
1213

1314
## [0.3.1] - August 29, 2019

packages/event-processor/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/event-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/js-sdk-event-processor",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Optimizely Full Stack Event Processor",
55
"author": "jordangarcia <jordan@optimizely.com>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/event-processor",

0 commit comments

Comments
 (0)