From 22ee957bed29446f88fc5a72699df090e4306d95 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 3 Aug 2026 10:35:56 +0200 Subject: [PATCH] Update core extension to 0.5.2 --- .changeset/odd-carrots-fix.md | 5 +++++ build.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/odd-carrots-fix.md diff --git a/.changeset/odd-carrots-fix.md b/.changeset/odd-carrots-fix.md new file mode 100644 index 0000000..a378fff --- /dev/null +++ b/.changeset/odd-carrots-fix.md @@ -0,0 +1,5 @@ +--- +"@powersync/sql-js": patch +--- + +Update PowerSync SQLite core extension to version 0.5.2. diff --git a/build.sh b/build.sh index c380daf..7c18ea0 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -POWERSYNC_CORE_VERSION="0.5.1" +POWERSYNC_CORE_VERSION="0.5.2" SQLITE_PATH="sql.js" if [ -d "$SQLITE_PATH" ]; then