Skip to content

Commit a8ef17f

Browse files
authored
chore(utils): Prepare for js-sdk-utils 0.3.0 release (optimizely#505)
Prepare for js-sdk-utils 0.3.0 release
1 parent 0e1d075 commit a8ef17f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/utils/CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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+
## [0.2.0] - June 11, 2020
11+
1012
### New Features
1113
- Added `PersistentKeyValueCache` interface and its implementation for React Native under `ReactNativeAsyncStorageCahe`.
1214

packages/utils/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/utils/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-utils",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Optimizely Full Stack Utils",
55
"author": "jordangarcia <[email protected]>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/utils",

0 commit comments

Comments
 (0)