Skip to content

Commit

Permalink
Merge branch 'main' into add-aws-sdk-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcallister0210 authored Oct 28, 2023
2 parents 5b9ab57 + 1f9353a commit d6cf294
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/simonmcallister0210/cognito-srp-helper/compare/v2.0.1...v2.0.2) (2023-10-28)


### Bug Fixes

* dependabot Bump crypto-js from 4.1.1 to 4.2.0 ([#22](https://github.com/simonmcallister0210/cognito-srp-helper/issues/22)) ([0478270](https://github.com/simonmcallister0210/cognito-srp-helper/commit/047827088cc374087ae35bf4d96a09f2b351b6f1))

## [2.0.1](https://github.com/simonmcallister0210/cognito-srp-helper/compare/v2.0.0...v2.0.1) (2023-10-22)


Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cognito-srp-helper",
"version": "2.0.1",
"version": "2.0.2",
"description": "A helper for SRP authentication in AWS Cognito",
"author": "Simon McAllister",
"license": "Apache-2.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@types/jsbn": "1.2.30",
"@types/node": "^18.11.11",
"buffer": "^6.0.3",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"jsbn": "1.1.0"
}
}

0 comments on commit d6cf294

Please sign in to comment.