Skip to content

Commit

Permalink
chore(release): 2.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.3](v2.10.2...v2.10.3) (2024-09-20)

### Bug Fixes

* conditionally add device permissions ([#86](#86)) ([9e2d55a](9e2d55a))
  • Loading branch information
semantic-release-bot committed Sep 20, 2024
1 parent 9e2d55a commit 8d72580
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.10.3](https://github.com/webex/webrtc-core/compare/v2.10.2...v2.10.3) (2024-09-20)


### Bug Fixes

* conditionally add device permissions ([#86](https://github.com/webex/webrtc-core/issues/86)) ([9e2d55a](https://github.com/webex/webrtc-core/commit/9e2d55a7aa2b9319aace4848f6257749a22b3535))

## [2.10.2](https://github.com/webex/webrtc-core/compare/v2.10.1...v2.10.2) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/webrtc-core",
"version": "2.10.2",
"version": "2.10.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down

0 comments on commit 8d72580

Please sign in to comment.