From 3b253649dffb761d0b8d41cfc45ac7cf0af6db58 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 14 Jul 2021 10:16:11 -0700 Subject: [PATCH] Prepped 4.14.0 release --- CHANGELOG.md | 2 +- packages/app/main/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32013e38f..ca7b0510b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## v4.13.0 - 2021 - 4 - 14 +## v4.14.0 - TBD ## Added - [client] Bumped `botframework-webchat` to v4.14.0 in PR [2275](https://github.com/microsoft/BotFramework-Emulator/pull/2275) diff --git a/packages/app/main/package.json b/packages/app/main/package.json index 3a808cc56..7c59e91d0 100644 --- a/packages/app/main/package.json +++ b/packages/app/main/package.json @@ -1,7 +1,7 @@ { "name": "@bfemulator/main", "packagename": "BotFramework-Emulator", - "version": "4.13.0", + "version": "4.14.0", "private": true, "description": "Development tool for the Microsoft Bot Framework. Allows developers to test and debug bots on localhost.", "main": "./app/server/main.js",