Skip to content

Commit

Permalink
chore(release): 1.112.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.112.9](v1.112.8...v1.112.9) (2024-10-01)

### Bug Fixes

* **MeetingsSdkAdapter:** handle joinMeeting with empty password ([#340](#340)) ([bf9182e](bf9182e))
  • Loading branch information
webex-components-publisher committed Oct 1, 2024
1 parent bf9182e commit 94f8044
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.112.9](https://github.com/webex/sdk-component-adapter/compare/v1.112.8...v1.112.9) (2024-10-01)


### Bug Fixes

* **MeetingsSdkAdapter:** handle joinMeeting with empty password ([#340](https://github.com/webex/sdk-component-adapter/issues/340)) ([bf9182e](https://github.com/webex/sdk-component-adapter/commit/bf9182e5cd373561e6bd42a811733239bab10586))

## [1.112.8](https://github.com/webex/sdk-component-adapter/compare/v1.112.7...v1.112.8) (2024-08-22)


Expand Down
4 changes: 2 additions & 2 deletions 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.112.8",
"version": "1.112.9",
"main": "dist/webexSDKComponentAdapter.umd.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 94f8044

Please sign in to comment.