Skip to content

Commit

Permalink
4.15.6 (#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 2, 2022
1 parent bb78c59 commit 0af2437
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "botframework-webchat-root",
"version": "4.15.6-0",
"version": "4.15.6",
"private": true,
"files": [
"lib/**/*"
Expand Down

0 comments on commit 0af2437

Please sign in to comment.