Skip to content

Commit

Permalink
update CHANGELOG for 2.2.2 release (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenlep-amzn authored Dec 22, 2023
1 parent 3caedff commit cef17c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.2]
### Fixed
- reject send callbacks instead of returning null

## [2.2.1]

### Added
- Updated README to include important note about ConnAck migration

### Fixed
- Fix sendMessageReceipts to only send receipts if chat has not ended

## [2.2.0]
### Added
- Updated amazon-connect-websocket-manager.js library to enable Deep Heartbeat change for Chat widget users.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-connect-chatjs",
"version": "2.2.1",
"version": "2.2.2",
"main": "dist/amazon-connect-chat.js",
"types": "dist/index.d.ts",
"engines": {
Expand Down

0 comments on commit cef17c3

Please sign in to comment.