From c617351ad8479d4a9158bdcdb6dce1f05127b669 Mon Sep 17 00:00:00 2001 From: Tony Anziano Date: Mon, 11 Mar 2019 15:46:11 -0700 Subject: [PATCH] v4.3.2 --- CHANGELOG.md | 2 ++ packages/app/main/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b6b643e..700a485cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## v4.3.2 - 2019 - 03 - 11 ## Added - [main] Typecheck during build process [#1368](https://github.com/Microsoft/BotFramework-Emulator/pull/1368) diff --git a/packages/app/main/package.json b/packages/app/main/package.json index 6ac795315..13e8229ab 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.3.1", + "version": "4.3.2", "private": true, "description": "Development tool for the Microsoft Bot Framework. Allows developers to test and debug bots on localhost.", "main": "./app/server/main.js",