Skip to content

Commit 3328fd4

Browse files
authored
Bumping version to 3.0.6 + CHANGELOG update (#260)
1 parent c5206ff commit 3328fd4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.6]
8+
### Added
9+
- Updating connectivity and websocket logic
10+
- Fix mobile websocket termination issue on network disruption
11+
712
## [3.0.5]
813
### Added
914
- Updating `ChatGlobalConfig` interface in `index.d.ts` to include `features` and `customUserAgentSuffix`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-connect-chatjs",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"main": "dist/amazon-connect-chat.js",
55
"types": "dist/index.d.ts",
66
"engines": {

0 commit comments

Comments
 (0)