From 8f644fddc452eae25a8d70a9a789bcdc4ba15498 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Dec 2023 17:57:42 +0000 Subject: [PATCH] chore(release): 2.2.3 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f1603..5ae4727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 99cbf02..220b20c 100644 --- a/package.json +++ b/package.json @@ -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",