We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588937a commit 59c792fCopy full SHA for 59c792f
.changeset/stale-cups-grow.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @journeyapps/wa-sqlite
2
3
+## 0.4.1
4
+
5
+### Patch Changes
6
7
+- 588937a: Fix bug where table change update notifications would access invalid memory locations under certain conditions.
8
9
## 0.4.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/wa-sqlite",
- "version": "0.4.0",
+ "version": "0.4.1",
"publishConfig": {
"access": "public"
},
0 commit comments