From e5ccf2c0276c9aab98292c7f43c279af5b3dad77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Aug 2022 11:01:03 +0000 Subject: [PATCH] chore(release): 3.21.1 [skip ci] ## [3.21.1](https://github.com/jagregory/cognito-local/compare/v3.21.0...v3.21.1) (2022-08-01) ### Bug Fixes * **initiateAuth:** invoke post auth lambda before generating tokens ([8330a9f](https://github.com/jagregory/cognito-local/commit/8330a9f5dc247e3a9e63c6a0667fa8183c6f3a7c)), closes [#281](https://github.com/jagregory/cognito-local/issues/281) * **initiateAuth:** invoke post auth lambda before generating tokens [281] ([8c06e2a](https://github.com/jagregory/cognito-local/commit/8c06e2aef43dccef11c46614a5f7575f6f3b4c95)) * **initiateAuth:** invoke post auth lambda before generating tokens [281] ([1b16f04](https://github.com/jagregory/cognito-local/commit/1b16f047ac18ce81a8e6d43e147d934b59e139d6)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764ad7b9..5a9b6dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.21.1](https://github.com/jagregory/cognito-local/compare/v3.21.0...v3.21.1) (2022-08-01) + + +### Bug Fixes + +* **initiateAuth:** invoke post auth lambda before generating tokens ([8330a9f](https://github.com/jagregory/cognito-local/commit/8330a9f5dc247e3a9e63c6a0667fa8183c6f3a7c)), closes [#281](https://github.com/jagregory/cognito-local/issues/281) +* **initiateAuth:** invoke post auth lambda before generating tokens [281] ([8c06e2a](https://github.com/jagregory/cognito-local/commit/8c06e2aef43dccef11c46614a5f7575f6f3b4c95)) +* **initiateAuth:** invoke post auth lambda before generating tokens [281] ([1b16f04](https://github.com/jagregory/cognito-local/commit/1b16f047ac18ce81a8e6d43e147d934b59e139d6)) + # [3.21.0](https://github.com/jagregory/cognito-local/compare/v3.20.0...v3.21.0) (2022-08-01)