@microsoft/omnichannel-chat-sdk 1.4.6-main.334165f → 1.4.7-main.8e2093b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,11 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
  ## [Unreleased]
5
+
6
+ ## [1.4.6] - 2023-08-15
5
7
  ### Fixed
6
8
  - Fix `tokenRefresher` to update `chatToken` properly on expiry through reinitialization of AMSClient
7
9
 
8
10
  ## [1.4.5] - 2023-08-02
9
-
10
11
  ### Changed
11
12
  - Upgraded ACSAdapter to version beta.20
12
13
 
package/README.md CHANGED
@@ -103,6 +103,8 @@ New releases are published on a regular basis to ensure the product quality.
103
103
 
104
104
  | Version | Docs | Release Date | End of Support | Deprecated |
105
105
  | -- | -- | -- | -- | -- |
106
+ | 1.4.6 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.6) | Aug 15th 2023 | Aug 15th 2024 | |
107
+ | 1.4.5 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.5) | Aug 2nd 2023 | Aug 2nd 2024 | |
106
108
  | 1.4.4 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.4) | Jul 19th 2023 | Jul 19th 2024 | |
107
109
  | 1.4.3 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.3) | Jun 15th 2023 | Jun 15th 2024 | |
108
110
  | 1.4.2 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.2) | May 19th 2023 | May 19th 2024 | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.4.6-main.334165f",
3
+ "version": "1.4.7-main.8e2093b",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"