Skip to content

Commit

Permalink
Updating Streams version and CHANGELOG (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Wang <[email protected]>
  • Loading branch information
andywang219 and Andy Wang authored Oct 22, 2024
1 parent 6c41002 commit 67876c3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG.md
## [2.15.0] - 2024-10-22
Added:
- Screen Sharing
- File transpilation

## [2.14.6] - 2024-08-02
Added:
- typescript support for onSoftphoneSessionInit
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-streams",
"version": "2.14.6",
"version": "2.15.0",
"description": "Amazon Connect Streams Library",
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release/connect-streams-dr-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-dr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
global.lily = connect;
connect.core = {};
connect.core.initialized = false;
connect.version = "2.14.6";
connect.version = "2.15.0";
connect.outerContextStreamsVersion = null;
connect.DEFAULT_BATCH_SIZE = 500;
var CCP_SYN_TIMEOUT = 1000; // 1 sec
Expand Down

0 comments on commit 67876c3

Please sign in to comment.