From 11332a8ea519bd4378bfda5eae68a1fd47c6c1bd Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 31 Oct 2019 11:32:52 +0800 Subject: [PATCH] Bump to 4.6.0 (#2523) * 4.6.0 * 4.6.0 --- 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 e86e0f8a98..107c8a2fed 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.6.0] - 2019-10-30 + ### Breaking changes - We will no longer include `react` and `react-dom` in our NPM package, instead, we will requires peer dependencies of `react@^16.8.6` and `react-dom@^16.8.6` diff --git a/package-lock.json b/package-lock.json index 17225b711a..1f15d55227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.5.4-0", + "version": "4.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4dd125a1b5..0df5151251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.5.4-0", + "version": "4.6.0", "private": true, "files": [ "lib/**/*"