From 90615dca8796bf7f0bc9476f7e6e52aa0ba72aed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jan 2019 17:47:47 +0000 Subject: [PATCH] chore(release): 0.1.412 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4ac86ec..dcba74249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.412](https://github.com/webex/react-ciscospark/compare/v0.1.411...v0.1.412) (2019-01-22) + + +### Bug Fixes + +* **space-item:** fix call start time display ([f46b5d2](https://github.com/webex/react-ciscospark/commit/f46b5d2)) + + +### Features + +* **r-m-spaces:** add decrypt promise to space item ([a3abdeb](https://github.com/webex/react-ciscospark/commit/a3abdeb)) +* **r-m-spaces:** optimize convo request and storage ([aa0cc26](https://github.com/webex/react-ciscospark/commit/aa0cc26)) +* **recents:** add avatars to initial fetch before continuing ([f3b170d](https://github.com/webex/react-ciscospark/commit/f3b170d)) +* **recents:** optimize initial space loading via enhancers ([e34956d](https://github.com/webex/react-ciscospark/commit/e34956d)) + + + ## [0.1.411](https://github.com/webex/react-ciscospark/compare/v0.1.410...v0.1.411) (2019-01-18) diff --git a/package-lock.json b/package-lock.json index e1dda405c..8d90261df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ciscospark/react-ciscospark", - "version": "0.1.411", + "version": "0.1.412", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f5e7bf83..9f14aa4a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ciscospark/react-ciscospark", - "version": "0.1.411", + "version": "0.1.412", "description": "The Cisco Spark for React library allows developers to easily incorporate Spark functionality into an application.", "scripts": { "build": "./scripts/build/index.js",