Skip to content

Commit 0e85707

Browse files
authored
chore(utils): Prepare for js-sdk-utils v0.3.1 release (#507)
Prepare for js-sdk-utils v0.3.1 release
1 parent d4e114a commit 0e85707

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/utils/CHANGELOG.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ 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
10+
## [0.3.1] - June 12, 2020
11+
12+
### Bug Fixes
13+
- Fix exports of `PersistentKeyValueCache` and `ReactNativeAsyncStorageCache` to be named, not default ([#506](https://github.com/optimizely/javascript-sdk/pull/506))
14+
15+
## [0.3.0] - June 11, 2020
1116

1217
### New Features
13-
- Added `PersistentKeyValueCache` interface and its implementation for React Native under `ReactNativeAsyncStorageCahe`.
18+
- Added `PersistentKeyValueCache` interface and its implementation for React Native under `ReactNativeAsyncStorageCache`.
1419

1520
## [0.2.0] - August 7, 2019
1621

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