Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2019-12-13)

### Features

* **MeetingSdkAdapter:** convert promises to async/await ([31b233c](31b233c))
* **MeetingSdkAdapter:** implement audio control handler ([6cf9949](6cf9949))
* **MeetingSdkAdapter:** implement video control handler ([155fc6b](155fc6b))
  • Loading branch information
webex-components-publisher committed Dec 13, 2019
1 parent 155fc6b commit f7767d8
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.9.0](https://github.com/webex/sdk-component-adapter/compare/v1.8.0...v1.9.0) (2019-12-13)


### Features

* **MeetingSdkAdapter:** convert promises to async/await ([31b233c](https://github.com/webex/sdk-component-adapter/commit/31b233cec3f01174525bc5c64c7b1407b9218634))
* **MeetingSdkAdapter:** implement audio control handler ([6cf9949](https://github.com/webex/sdk-component-adapter/commit/6cf9949de1ba921e159474a3ec5b219f4c5f5182))
* **MeetingSdkAdapter:** implement video control handler ([155fc6b](https://github.com/webex/sdk-component-adapter/commit/155fc6bcbcab42a7490f7473067a29b35264823b))

# [1.8.0](https://github.com/webex/sdk-component-adapter/compare/v1.7.0...v1.8.0) (2019-12-12)


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.8.0",
"version": "1.9.0",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit f7767d8

Please sign in to comment.