Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2023-10-12)

### Bug Fixes

* throw error in setLocalDescription if media line is missing codecs ([#63](#63)) ([ec5f257](ec5f257))
  • Loading branch information
semantic-release-bot committed Oct 12, 2023
1 parent ec5f257 commit 59909b4
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.2.1](https://github.com/webex/webrtc-core/compare/v2.2.0...v2.2.1) (2023-10-12)


### Bug Fixes

* throw error in setLocalDescription if media line is missing codecs ([#63](https://github.com/webex/webrtc-core/issues/63)) ([ec5f257](https://github.com/webex/webrtc-core/commit/ec5f257a25f21f3275bc84de0650981af49f551c))

# [2.2.0](https://github.com/webex/webrtc-core/compare/v2.1.0...v2.2.0) (2023-10-02)


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

0 comments on commit 59909b4

Please sign in to comment.