diff --git a/.changeset/two-beans-watch.md b/.changeset/two-beans-watch.md deleted file mode 100644 index 65633c2..0000000 --- a/.changeset/two-beans-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2192d08..fa07a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @journeyapps/react-native-quick-sqlite +## 2.1.2 + +### Patch Changes + +- a6e21ed: Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows. + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index 8d463d2..efb1f3c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "version": "2.1.1", + "version": "2.1.2", "description": "Fast SQLite for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",