We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99e62c3 + eda627e commit b627c97Copy full SHA for b627c97
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @journeyapps/react-native-quick-sqlite
2
3
+## 2.0.1
4
+
5
+### Patch Changes
6
7
+- 63cc6b2: Fix issue where new databases would not always have journal_mode = WAL.
8
9
## 2.0.0
10
11
### Major Changes
package.json
@@ -4,7 +4,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Fast SQLite for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments