diff --git a/CHANGELOG.md b/CHANGELOG.md index eaaa04d..65a14de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/simonmcallister0210/cognito-srp-helper/compare/v2.3.0...v2.3.1) (2024-11-02) + + +### Bug Fixes + +* reduce bundle size ([#47](https://github.com/simonmcallister0210/cognito-srp-helper/issues/47)) ([2a21513](https://github.com/simonmcallister0210/cognito-srp-helper/commit/2a21513faa728ca7510c1c852d1492418052ad86)) + ## [2.3.0](https://github.com/simonmcallister0210/cognito-srp-helper/compare/v2.2.3...v2.3.0) (2024-11-02) diff --git a/package-lock.json b/package-lock.json index 0ec65bf..e7b2609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cognito-srp-helper", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cognito-srp-helper", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity-provider": "^3.433.0", diff --git a/package.json b/package.json index 54aa6a9..5d41506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-srp-helper", - "version": "2.3.0", + "version": "2.3.1", "description": "A helper for SRP authentication in AWS Cognito", "author": "Simon McAllister", "license": "Apache-2.0",