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