From 04f9ae50dd09a0d5d148f97e7bf0208e1cc4b206 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 21 Apr 2024 23:20:01 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475e77b..12e9a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.21.2 + +- Exported `HealthService` types ([#289](https://github.com/pocketbase/js-sdk/issues/289)). + + ## 0.21.1 - Manually update the verified state of the current matching `AuthStore` model on successful "confirm-verification" call.