From f381da602a90f3387fd876a0e5a9003ec384d949 Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 22 Jun 2026 06:48:55 +0000 Subject: [PATCH 1/2] Add entries --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8068d91..2f40a792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Added opt-in voice mode support with `/multimodal` endpoint, by [@pranavjoshi001](https://github.com/pranavjoshi001), in PR [#445](https://github.com/microsoft/BotFramework-DirectLineJS/pull/445) + - Enable by passing `enableVoiceMode: true` to DirectLineJS constructor + +### Changed + +- Added missing `replyToId` to `IActivity` typing, by [@orgads](https://github.com/orgads), in PR [#441](https://github.com/microsoft/BotFramework-DirectLineJS/pull/441) +- 💢 Minimum requirement has been updated to Node.js 20, by [@orgads](https://github.com/orgads), in PR [#463](https://github.com/microsoft/BotFramework-DirectLineJS/pull/463) +- 👷🏻 Removed `node-fetch` in test, by [@orgads](https://github.com/orgads), in PR [#465](https://github.com/microsoft/BotFramework-DirectLineJS/pull/465) +- Removed `Promise` polyfill, by [@orgads](https://github.com/orgads), in PR [#466](https://github.com/microsoft/BotFramework-DirectLineJS/pull/466) +- 👷🏻 Removed Webpack stats file from build, by [@orgads](https://github.com/orgads), in PR [#467](https://github.com/microsoft/BotFramework-DirectLineJS/pull/467) + ## [0.16.0] - 2026-06-18 ### Changed From e448237fd8bcec9f7f2467165cae21a5ed4b118a Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 22 Jun 2026 07:43:22 +0000 Subject: [PATCH 2/2] Add entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f40a792..e845d3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 👷🏻 Removed `node-fetch` in test, by [@orgads](https://github.com/orgads), in PR [#465](https://github.com/microsoft/BotFramework-DirectLineJS/pull/465) - Removed `Promise` polyfill, by [@orgads](https://github.com/orgads), in PR [#466](https://github.com/microsoft/BotFramework-DirectLineJS/pull/466) - 👷🏻 Removed Webpack stats file from build, by [@orgads](https://github.com/orgads), in PR [#467](https://github.com/microsoft/BotFramework-DirectLineJS/pull/467) +- Bumped dependencies, by [@orgads](https://github.com/orgads), in PR [#469](https://github.com/microsoft/BotFramework-DirectLineJS/pull/469) + - Development dependencies + - [`jwt-decode@4.0.0`](https://npmjs.com/package/jwt-decode/v/4.0.0) ## [0.16.0] - 2026-06-18