Skip to content

Commit 136cf5e

Browse files
committed
Bumped Emulator to 4.5.0 and prepped changelog for release.
1 parent c7ab28f commit 136cf5e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.5.0 - 2019 - 07 - 11
810
## Added
911
- [main] Added ability to launch into a bot inspector mode session via protocol url in PR [1617](https://github.com/microsoft/BotFramework-Emulator/pull/1617)
1012
- [main/shared] Added 'Clear State' menu item in PR [1596](https://github.com/microsoft/BotFramework-Emulator/pull/1596)

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.4.2",
4+
"version": "4.5.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",

packages/sdk/shared/src/command/service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3232
//
3333

34-
import { CommandRegistry, CommandRegistryImpl } from '..';
34+
import { EventEmitter } from 'electron';
3535

3636
import { uniqueId } from '../utils';
3737

38-
import { EventEmitter } from 'electron';
38+
import { CommandRegistry, CommandRegistryImpl } from '..';
3939

4040
interface Sender {
4141
send(channel: string, ...args: any[]): void;

0 commit comments

Comments
 (0)