From 2348572193203f8dc6c9330e908a853d40b47b35 Mon Sep 17 00:00:00 2001 From: William Wong Date: Sat, 17 Sep 2022 14:32:44 -0700 Subject: [PATCH] Bump to 4.15.4 (#4416) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfba06734b..f68338967d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.15.4] - 2022-09-15 + ### Fixed - Fixes [#4403](https://github.com/microsoft/BotFramework-WebChat/issues/4403). Patched Unicode CLDR database which caused file upload in Polish to appear blank, by [@compulim](https://github.com/compulim), in PR [#4404](https://github.com/microsoft/BotFramework-WebChat/pull/4404) diff --git a/package-lock.json b/package-lock.json index 8ea0c52659..7c6a7b53fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-webchat-root", - "version": "4.15.4-0", + "version": "4.15.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "botframework-webchat-root", - "version": "4.15.4-0", + "version": "4.15.4", "license": "MIT", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", diff --git a/package.json b/package.json index 9530b014a1..e7e7c19e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.15.4-0", + "version": "4.15.4", "private": true, "files": [ "lib/**/*"