We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc495 commit 53543a7Copy full SHA for 53543a7
packages/utils/CHANGELOG.MD
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
Changes that have landed but are not yet released.
9
10
+## [0.2.0] - August 7, 2019
11
+
12
### New Features
13
- Added `objectEntries`
14
- Added `NOTIFICATION_TYPES` and `NotificationCenter`
packages/utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@optimizely/js-sdk-utils",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Optimizely Full Stack Utils",
5
"author": "jordangarcia <jordan@optimizely.com>",
6
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/utils",
0 commit comments