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/**/*"