8000 chore: Prepare for event processor 0.4.0 release (#401) · github/optimizely-javascript-sdk@e309c25 · GitHub
[go: up one dir, main page]

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

Commit e309c25

Browse files
authored
chore: Prepare for event processor 0.4.0 release (optimizely#401)
1 parent d582ffa commit e309c25

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/event-processor/CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
Changes that have landed but are not yet released.
9+
10+
## [0.4.0] - February 19, 2020
11+
912
### New Features
1013
- Promise returned from `stop` method of `EventProcessor` now tracks the state of all in-flight dispatcher requests, not just the final request that was triggered at the time `stop` was called
1114

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.2",
3+
"version": "0.4.0",
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)
0