From 4efe11e55a62d31b43286eb6c6d251727750ebeb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2024 09:50:21 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/webex/webrtc-core/compare/v2.3.1...v2.4.0) (2024-01-29) ### Features * add custom method toJSON for _LocalStream ([#70](https://github.com/webex/webrtc-core/issues/70)) ([6ac5ba1](https://github.com/webex/webrtc-core/commit/6ac5ba1a4e156075717c6b31addaa4080e4d1999)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83d38b..683701f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0](https://github.com/webex/webrtc-core/compare/v2.3.1...v2.4.0) (2024-01-29) + + +### Features + +* add custom method toJSON for _LocalStream ([#70](https://github.com/webex/webrtc-core/issues/70)) ([6ac5ba1](https://github.com/webex/webrtc-core/commit/6ac5ba1a4e156075717c6b31addaa4080e4d1999)) + ## [2.3.1](https://github.com/webex/webrtc-core/compare/v2.3.0...v2.3.1) (2024-01-19) diff --git a/package.json b/package.json index 5765589..733b79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/webrtc-core", - "version": "2.3.1", + "version": "2.4.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js",