From 4d91be9a4ea72660b5c8d9218b26247b5ad121df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jan 2022 05:10:42 +0000 Subject: [PATCH] chore(release): 3.13.3 [skip ci] ## [3.13.3](https://github.com/jagregory/cognito-local/compare/v3.13.2...v3.13.3) (2022-01-15) ### Bug Fixes * **api:** finish implementation of changePassword ([f649bfa](https://github.com/jagregory/cognito-local/commit/f649bfa8f8a14345268e3cd25560ccdbaace8a5d)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d56656e..8b5b0f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.13.3](https://github.com/jagregory/cognito-local/compare/v3.13.2...v3.13.3) (2022-01-15) + + +### Bug Fixes + +* **api:** finish implementation of changePassword ([f649bfa](https://github.com/jagregory/cognito-local/commit/f649bfa8f8a14345268e3cd25560ccdbaace8a5d)) + ## [3.13.2](https://github.com/jagregory/cognito-local/compare/v3.13.1...v3.13.2) (2022-01-15)