From 6153bc95bcb174cec65955f4c291f798855521d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 14:55:00 +0000 Subject: [PATCH] chore(release): 2.10.2 [skip ci] ## [2.10.2](https://github.com/webex/webrtc-core/compare/v2.10.1...v2.10.2) (2024-08-21) ### Bug Fixes * node effects lib compatible with node 16 ([#85](https://github.com/webex/webrtc-core/issues/85)) ([1186086](https://github.com/webex/webrtc-core/commit/1186086bc85c2cc6c5febbdee43799019a59245a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14ab42..ca2f9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.2](https://github.com/webex/webrtc-core/compare/v2.10.1...v2.10.2) (2024-08-21) + + +### Bug Fixes + +* node effects lib compatible with node 16 ([#85](https://github.com/webex/webrtc-core/issues/85)) ([1186086](https://github.com/webex/webrtc-core/commit/1186086bc85c2cc6c5febbdee43799019a59245a)) + ## [2.10.1](https://github.com/webex/webrtc-core/compare/v2.10.0...v2.10.1) (2024-07-30) diff --git a/package.json b/package.json index 173db61..faece0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/webrtc-core", - "version": "2.10.1", + "version": "2.10.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js",