Skip to content

Commit

Permalink
chore(release): 1.18.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.18.2](v1.18.1...v1.18.2) (2020-01-28)

### Bug Fixes

* **MeetingsSdkAdapter:** remove finalize from getMeeting() ([c335a84](c335a84))
  • Loading branch information
webex-components-publisher committed Jan 28, 2020
1 parent c335a84 commit 4eb5c00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.18.2](https://github.com/webex/sdk-component-adapter/compare/v1.18.1...v1.18.2) (2020-01-28)


### Bug Fixes

* **MeetingsSdkAdapter:** remove finalize from getMeeting() ([c335a84](https://github.com/webex/sdk-component-adapter/commit/c335a8459589c48339559dbc9256452bfd798df0))

## [1.18.1](https://github.com/webex/sdk-component-adapter/compare/v1.18.0...v1.18.1) (2020-01-28)


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

0 comments on commit 4eb5c00

Please sign in to comment.