From f03d1f05ea6bb87dda6bea6ab42f58b1b96d9dfa Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 6 May 2024 16:04:40 -0700 Subject: [PATCH] 4.17.0 (#5171) --- 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 e0f12a2da1..ac14a6647f 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.17.0] - 2024-05-06 + ### Known issues - Web Chat is not loading with error `Uncaught TypeError: Super constructor null of anonymous class is not a constructor` diff --git a/package-lock.json b/package-lock.json index 3b3b08b1c5..598a532f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-webchat-root", - "version": "4.17.0-0", + "version": "4.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "botframework-webchat-root", - "version": "4.17.0-0", + "version": "4.17.0", "license": "MIT", "dependencies": { "react": "16.8.6", diff --git a/package.json b/package.json index 8bb54fabb0..de57b39e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.17.0-0", + "version": "4.17.0", "private": true, "files": [ "lib/**/*"