From 2f3623bdfbf359dca5247bb358f5292382e4905b Mon Sep 17 00:00:00 2001 From: noahmako <68966763+noahmako@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:45:33 -0800 Subject: [PATCH] Version bump for amazon-chime-sdk-js@2.22.0 release candidate (#1809) --- CHANGELOG.md | 15 ++------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b1e0b1c1..cfb6b171bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,10 @@ 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.22.0] -### Added - -- Added Echo Reduction with Voice Focus. - -### Removed - -### Fixed - -### Changed - -## [Unreleased] +## [2.22.0] - 2021-11-18 ### Added - Add documentation in video processor on how to add a customized professor with new image loading. - +- Added Echo Reduction with Voice Focus. - Adds support to live transcription for new features including PII content identification and redaction, partial results stabilization, and custom language models for Amazon Transcribe and PHI content identification for Amazon Transcribe Medical. ### Removed diff --git a/package-lock.json b/package-lock.json index 92d31c68fc..c72e8182ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amazon-chime-sdk-js", - "version": "2.21.1", + "version": "2.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d17cefe27f..9d2f9aa79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amazon-chime-sdk-js", - "version": "2.21.1", + "version": "2.22.0", "description": "Amazon Chime SDK for JavaScript", "main": "build/index.js", "types": "build/index.d.ts",