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/**/*"