Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #649 from aws/trestian
Browse files Browse the repository at this point in the history
Locking down AWS SDK version.
  • Loading branch information
yuntuowang authored Jan 11, 2018
2 parents fa8ab48 + 516399a commit 24dbe46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ In order to authenticate with the Amazon Cognito Identity Service, the client ne

## Change Log

**v1.30.0:**
* What has changed
* Temporary fix to lock down the AWS SDK version to a compatible one.

**v1.29.0:**
* What has changed
* Fixing verify software token call to work with access token.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "1.29.0",
"version": "1.30.0",
"author": {
"name": "Amazon Web Services",
"email": "[email protected]",
Expand Down Expand Up @@ -60,7 +60,7 @@
"jsnext:main": "es/index.js",
"types": "./index.d.ts",
"dependencies": {
"aws-sdk": "^2.6.0",
"aws-sdk": "2.177.0",
"js-cookie": "^2.1.4"
},
"devDependencies": {
Expand Down

0 comments on commit 24dbe46

Please sign in to comment.