Skip to content

Commit

Permalink
chore(release): 1.19.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.4](v1.19.3...v1.19.4) (2020-02-06)

### Bug Fixes

* **PeopleSdkAdapter:** handle null state in getStatus() ([6da9928](6da9928))
* **PeopleSdkAdapter:** handle presence being turned off in getPerson() ([79f472c](79f472c))
* **PeopleSdkAdapter:** handle presence plug-in error in getMe() ([c99fcf9](c99fcf9))
  • Loading branch information
webex-components-publisher committed Feb 6, 2020
1 parent 79f472c commit 8d59b9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.4](https://github.com/webex/sdk-component-adapter/compare/v1.19.3...v1.19.4) (2020-02-06)


### Bug Fixes

* **PeopleSdkAdapter:** handle null state in getStatus() ([6da9928](https://github.com/webex/sdk-component-adapter/commit/6da99282c32b35b8fafca101b29082f473861004))
* **PeopleSdkAdapter:** handle presence being turned off in getPerson() ([79f472c](https://github.com/webex/sdk-component-adapter/commit/79f472cb897ddd3d29ae0ba618ad3d2a460eff09))
* **PeopleSdkAdapter:** handle presence plug-in error in getMe() ([c99fcf9](https://github.com/webex/sdk-component-adapter/commit/c99fcf99e98b76fbee258e775d07d6c1c9243568))

## [1.19.3](https://github.com/webex/sdk-component-adapter/compare/v1.19.2...v1.19.3) (2020-01-30)


Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.19.3",
"version": "1.19.4",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 8d59b9a

Please sign in to comment.