Skip to content

Commit 86d13bd

Browse files
authored
chore: Prepare for event processor 0.5.1 release (#533)
1 parent f5b47aa commit 86d13bd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/event-processor/CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ 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+
## [0.5.1] - July 22, 2020
11+
12+
### Fixed
13+
- In event processor, reverted back the typescript version to fix stubbing issue
14+
1015
## [0.5.0] - July 21, 2020
1116

12-
## New Features
17+
### New Features
1318
- Added Offline storage support to Event processor for React Native Apps
1419

1520
## [0.4.0] - February 19, 2020

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.5.0",
3+
"version": "0.5.1",
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)