Skip to content

Commit 67bba0a

Browse files
authored
chore(utils): Prepare for js-sdk-utils v0.4.0 release (#537)
1 parent cb7999b commit 67bba0a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/utils/CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.4.0] - July 27, 2020
11+
12+
- Removed React Native async storage implementation from utils ([#536](https://github.com/optimizely/javascript-sdk/pull/536))
13+
1014
## [0.3.2] - June 15, 2020
1115

1216
### Bug Fixes

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