Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2019-12-14)

### Bug Fixes

* **MeetingSdkAdapterTest:** delete extra the ([83a562e](83a562e))

### Features

* **MeetingSdkAdapter:** update localAudio after mute/unmute actions ([b707b28](b707b28))
* **MeetingSdkAdapter:** update localVideo after mute/unmute actions ([dede1cb](dede1cb))
  • Loading branch information
webex-components-publisher committed Dec 14, 2019
1 parent 83a562e commit 19adbdf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.11.0](https://github.com/webex/sdk-component-adapter/compare/v1.10.0...v1.11.0) (2019-12-14)


### Bug Fixes

* **MeetingSdkAdapterTest:** delete extra the ([83a562e](https://github.com/webex/sdk-component-adapter/commit/83a562e1a521891f43170c584d4de89e7d0fe548))


### Features

* **MeetingSdkAdapter:** update localAudio after mute/unmute actions ([b707b28](https://github.com/webex/sdk-component-adapter/commit/b707b28daf131a9b4417e44967813cace754ac06))
* **MeetingSdkAdapter:** update localVideo after mute/unmute actions ([dede1cb](https://github.com/webex/sdk-component-adapter/commit/dede1cb548d204774a02a040be818db6fd1b8d62))

# [1.10.0](https://github.com/webex/sdk-component-adapter/compare/v1.9.0...v1.10.0) (2019-12-13)


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

0 comments on commit 19adbdf

Please sign in to comment.