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",