From 5922488b591e4f8bb98cb49dd386db967aa4a5da Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 7 Jun 2023 11:55:47 -0700 Subject: [PATCH] 4.15.8 (#4739) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1326eaa748..c25df3673c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.15.8] - 2023-06-06 + ### Breaking changes - When `activity.channelData['webchat:fallback-text']` is present but empty, it will no longer applies `aria-hidden` to the activity diff --git a/package-lock.json b/package-lock.json index f72c82533b..9ddfad0b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-webchat-root", - "version": "4.15.8-0", + "version": "4.15.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "botframework-webchat-root", - "version": "4.15.8-0", + "version": "4.15.8", "license": "MIT", "dependencies": { "react": "16.8.6", diff --git a/package.json b/package.json index 38a9b2c0b9..fd285ceefa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.15.8-0", + "version": "4.15.8", "private": true, "files": [ "lib/**/*"