Skip to content

Commit

Permalink
chore(release): 1.19.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.3](v1.19.2...v1.19.3) (2020-01-30)

### Bug Fixes

* **MeetingsSdkAdapter:** fetch the title from the destination ([cf0c0bd](cf0c0bd))
* **package:** webex is @webex/common dependency ([4ed5411](4ed5411))
  • Loading branch information
webex-components-publisher committed Jan 30, 2020
1 parent 90b6c0f commit 6f2f29a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.19.3](https://github.com/webex/sdk-component-adapter/compare/v1.19.2...v1.19.3) (2020-01-30)


### Bug Fixes

* **MeetingsSdkAdapter:** fetch the title from the destination ([cf0c0bd](https://github.com/webex/sdk-component-adapter/commit/cf0c0bd0847cc229ab339a15be650db3afe010a4))
* **package:** webex is @webex/common dependency ([4ed5411](https://github.com/webex/sdk-component-adapter/commit/4ed5411540ab2c9b0c76e507f895da5084908bce))

## [1.19.2](https://github.com/webex/sdk-component-adapter/compare/v1.19.1...v1.19.2) (2020-01-29)


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

0 comments on commit 6f2f29a

Please sign in to comment.