From fc19a1e0eff1454bd24f0da6555f2b3dc7757eaa Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 9 Jun 2026 23:32:12 +0000 Subject: [PATCH] 4.19.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c6033d64..e9851c4358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ Legends: ## [Unreleased] +## [4.19.1] - 2026-06-09 + ### Changed - Removed `markdown-it` and completed migration to `micromark`, in PR [#5825](https://github.com/microsoft/BotFramework-WebChat/pull/5825), by [@compulim](https://github.com/compulim) @@ -2856,7 +2858,8 @@ Breaking changes in this release: - Initial release of Web Chat v4 -[Unreleased]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.0...HEAD +[Unreleased]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.1...HEAD +[4.19.1]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.0...v4.19.1 [4.19.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.18.0...v4.19.0 [4.18.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.17.0...v4.18.0 [4.17.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.16.0...v4.17.0 diff --git a/package-lock.json b/package-lock.json index 5f68887693..9af3491899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@msinternal/botframework-webchat-root", - "version": "4.19.1-0", + "version": "4.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@msinternal/botframework-webchat-root", - "version": "4.19.1-0", + "version": "4.19.1", "license": "MIT", "workspaces": [ "packages/tsconfig", diff --git a/package.json b/package.json index eeb3a14602..9680fda1e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@msinternal/botframework-webchat-root", - "version": "4.19.1-0", + "version": "4.19.1", "private": true, "author": "Microsoft Corporation", "license": "MIT",