Skip to content

Commit cf77318

Browse files
authored
1 parent 0f31075 commit cf77318

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [Unreleased]
10+
## [2.11.0] - 2021-10-21
1111

1212
### Fixed
1313

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-chime-sdk-component-library-react",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Amazon Chime SDK Component Library - React",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",
@@ -126,4 +126,4 @@
126126
"prettier": {
127127
"singleQuote": true
128128
}
129-
}
129+
}

src/versioning/Versioning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export class Versioning {
1313
* Return string representation of SDK version
1414
*/
1515
static get sdkVersion(): string {
16-
return '2.10.1';
16+
return '2.11.0';
1717
}
1818
}

0 commit comments

Comments
 (0)