Skip to content

Commit

Permalink
chore(release): 1.107.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.107.1](v1.107.0...v1.107.1) (2022-03-30)

### Bug Fixes

* **polyfills:** add getTracks() polyfill only if MediaStream exists ([a67eb8e](a67eb8e))
  • Loading branch information
webex-components-publisher committed Mar 30, 2022
1 parent a67eb8e commit f0b02d4
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.107.1](https://github.com/webex/sdk-component-adapter/compare/v1.107.0...v1.107.1) (2022-03-30)


### Bug Fixes

* **polyfills:** add getTracks() polyfill only if MediaStream exists ([a67eb8e](https://github.com/webex/sdk-component-adapter/commit/a67eb8e30b2c4d3978b0c97d58d8b708c6eeeb3c))

# [1.107.0](https://github.com/webex/sdk-component-adapter/compare/v1.106.0...v1.107.0) (2022-03-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.107.0",
"version": "1.107.1",
"main": "dist/webexSDKComponentAdapter.umd.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit f0b02d4

Please sign in to comment.