Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(utils): Prepare for js-sdk-utils v0.4.0 release
  • Loading branch information
Matt Carroll committed Jul 27, 2020
commit cd062dea59d0b30d827f4344defa56d1e30509a0
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released.

## [0.4.0] - July 27, 2020

- Removed React Native async storage implementation from utils ([#536](https://github.com/optimizely/javascript-sdk/pull/536))

## [0.3.2] - June 15, 2020

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimizely/js-sdk-utils",
"version": "0.3.2",
"version": "0.4.0",
"description": "Optimizely Full Stack Utils",
"author": "jordangarcia <[email protected]>",
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/utils",
Expand Down