From 5cd632bcf48bc765876eebc9a6205a80f9d8e6eb Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 10 Aug 2022 14:54:43 -0700 Subject: [PATCH] 4.15.3 (#4389) --- 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 94dcf2eb03..1085caf2e3 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.3] - 2022-08-10 + ### Breaking changes - Suggested actions is now a [`role="toolbar"`](https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/) and adopted roving tab index diff --git a/package-lock.json b/package-lock.json index 177291a3d8..59d0423ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-webchat-root", - "version": "4.15.3-0", + "version": "4.15.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "botframework-webchat-root", - "version": "4.15.3-0", + "version": "4.15.3", "license": "MIT", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.16.7", diff --git a/package.json b/package.json index 319e3af0a5..1a74a07ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.15.3-0", + "version": "4.15.3", "private": true, "files": [ "lib/**/*"