From ab8c6f5bbb8657991f57eb2ac4b7d9edb649bb31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 15:55:46 +0000 Subject: [PATCH] chore(release): 2.7.0 [skip ci] # [2.7.0](https://github.com/webex/webrtc-core/compare/v2.6.1...v2.7.0) (2024-04-17) ### Features * expose on ice candidate event callback ([#74](https://github.com/webex/webrtc-core/issues/74)) ([c246686](https://github.com/webex/webrtc-core/commit/c246686c4c3c3294db45ee5ac0887677b72defc6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0746731..7931873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.7.0](https://github.com/webex/webrtc-core/compare/v2.6.1...v2.7.0) (2024-04-17) + + +### Features + +* expose on ice candidate event callback ([#74](https://github.com/webex/webrtc-core/issues/74)) ([c246686](https://github.com/webex/webrtc-core/commit/c246686c4c3c3294db45ee5ac0887677b72defc6)) + ## [2.6.1](https://github.com/webex/webrtc-core/compare/v2.6.0...v2.6.1) (2024-04-16) diff --git a/package.json b/package.json index e4e3539..8cf75d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/webrtc-core", - "version": "2.6.1", + "version": "2.7.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js",