Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2023-12-12)

### Bug Fixes

* handle invalid m-line with trailing whitespace ([#67](#67)) ([6f4fbdb](6f4fbdb))
* rename error type enum ([#66](#66)) ([cc3473b](cc3473b))
  • Loading branch information
semantic-release-bot committed Dec 12, 2023
1 parent 6f4fbdb commit 8f644fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.3](https://github.com/webex/webrtc-core/compare/v2.2.2...v2.2.3) (2023-12-12)


### Bug Fixes

* handle invalid m-line with trailing whitespace ([#67](https://github.com/webex/webrtc-core/issues/67)) ([6f4fbdb](https://github.com/webex/webrtc-core/commit/6f4fbdba50e551c026927ae8f1584556c3c7767c))
* rename error type enum ([#66](https://github.com/webex/webrtc-core/issues/66)) ([cc3473b](https://github.com/webex/webrtc-core/commit/cc3473b3f49a5b3a745d0391efefcfe15b56aed8))

## [2.2.2](https://github.com/webex/webrtc-core/compare/v2.2.1...v2.2.2) (2023-12-11)


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

0 comments on commit 8f644fd

Please sign in to comment.