From c364409c6a466bb0692903816f2cafec8c6522b3 Mon Sep 17 00:00:00 2001 From: "ohad.r" Date: Mon, 15 Jul 2024 21:16:22 +0300 Subject: [PATCH] readme 1.9.0 --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aff5f53..f88a640 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,10 @@ Thus, the `authentication-flows-js` can use: note: set the environment variables. ## deploy -* npm run build -* npm version patch -* npm publish + + npm run build + npm version patch + npm publish ## emails @@ -217,6 +218,10 @@ Feel free to open issues here if you have any unclear matter or any other questi ## versions +### 1.9.0 + +* enable customized CreateAccountInterceptor #18 + ### 1.8.0 * debug message: use prefix, so hosting app can omit the auth-flows logs using asterik (like ' -body-parser:*') #16