From af70aaaa2586b3d8484b8cc3cb8ddfef09382a32 Mon Sep 17 00:00:00 2001 From: William Wong Date: Fri, 9 Jul 2021 15:31:33 -0700 Subject: [PATCH] 4.14.0 (#3984) --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a91e9333..7074c501fe 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.14.0] - 2021-07-09 + ### Breaking changes - A new style option `scrollToEndButtonBehavior` is introduced to control when the scroll to end button should show (formerly "new messages" button): diff --git a/package-lock.json b/package-lock.json index 97c9398067..7c991d71ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.13.1-0", + "version": "4.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aaa8131e14..2a371c0c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.13.1-0", + "version": "4.14.0", "private": true, "files": [ "lib/**/*"