[#7369] bumped JS SDK to fix Safari AbortError detection introduced with the previous release

This commit is contained in:
Gani Georgiev
2025-12-04 14:44:31 +02:00
parent 5604fe672e
commit abb6bcd6de
33 changed files with 49 additions and 44 deletions

View File

@@ -1,3 +1,8 @@
## v0.34.2
- Bumped JS SDK to v0.26.5 to fix Safari AbortError detection introduced with the previous release ([#7369](https://github.com/pocketbase/pocketbase/issues/7369)).
## v0.34.1
- Added missing `:` char to the autocomplete regex ([#7353](https://github.com/pocketbase/pocketbase/pull/7353); thanks @ouvreboite).