Skip to content

Commit 25eaf66

Browse files
Merge v4.13.0 feature branch into main (#2261)
* Prepped 4.13.0 release (#2259) * Added v4.13.0 release date to change log Co-authored-by: Srinaath Ravichandran <srinaath27@gmail.com>
1 parent d2bcc63 commit 25eaf66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## v4.13.0 - 2021 - 4 - 14
810
## Added
911
- [client] Bumped `botframework-webchat` to v4.14.0 in PR [2275](https://github.com/microsoft/BotFramework-Emulator/pull/2275)
1012

packages/app/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bfemulator/main",
33
"packagename": "BotFramework-Emulator",
4-
"version": "4.12.0",
4+
"version": "4.13.0",
55
"private": true,
66
"description": "Development tool for the Microsoft Bot Framework. Allows developers to test and debug bots on localhost.",
77
"main": "./app/server/main.js",

0 commit comments

Comments
 (0)