From 178ce70a4a0f8fc80ddea3fe773597218a5c98bf Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 15 Mar 2026 17:46:23 +0000 Subject: [PATCH] 0.143.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc27672d..70629166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.143.1 (2026-03-15) + +### Bug Fixes + +- **auth**: Expo Go support via Linking.createURL; safe token URL construction; clean up return type + annotation + ([`1428556`](https://github.com/christianlouis/DocuElevate/commit/14285567d5bbf30200bd56ca30c75c906d09a376)) + +- **auth**: Store mobile_redirect_uri in session and redirect to deep-link after SSO; fix + SafeAreaView deprecation + ([`5c373e7`](https://github.com/christianlouis/DocuElevate/commit/5c373e72243ab18a4bb0f25bb23379ef6ccfa6fc)) + + ## v0.143.0 (2026-03-15) ### Features