diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ce0e73d8..1c0eceb039 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.6] - 2022-12-01 + ### Fixed - Fixes [#4501](https://github.com/microsoft/BotFramework-WebChat/issues/4501). Outgoing activities restored from chat service should be marked as sent, by [@compulim](https://github.com/compulim) in PR [#4532](https://github.com/microsoft/BotFramework-WebChat/pull/4532) diff --git a/package-lock.json b/package-lock.json index 8435f4660c..610751398a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-webchat-root", - "version": "4.15.6-0", + "version": "4.15.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "botframework-webchat-root", - "version": "4.15.6-0", + "version": "4.15.6", "license": "MIT", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", diff --git a/package.json b/package.json index 10ecc358e4..2698091dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.15.6-0", + "version": "4.15.6", "private": true, "files": [ "lib/**/*"