Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-07-28)

### Features

* add generics to device management ([#61](#61)) ([adf048e](adf048e))
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent adf048e commit 787e429
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.1.0](https://github.com/webex/webrtc-core/compare/v2.0.0...v2.1.0) (2023-07-28)


### Features

* add generics to device management ([#61](https://github.com/webex/webrtc-core/issues/61)) ([adf048e](https://github.com/webex/webrtc-core/commit/adf048e44b74303394e732ad840c38adb3d87298))

# [2.0.0](https://github.com/webex/webrtc-core/compare/v1.7.1...v2.0.0) (2023-07-19)


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.0.0",
"version": "2.1.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down

0 comments on commit 787e429

Please sign in to comment.