Skip to content

Commit 6b08fd1

Browse files
Version Packages (#73)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43598db commit 6b08fd1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/purple-drinks-allow.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @journeyapps/react-native-quick-sqlite
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 43598db: Improved behaviour for closing a database connection. This should prevent some crash issues.
8+
39
## 2.3.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"registry": "https://registry.npmjs.org/",
55
"access": "public"
66
},
7-
"version": "2.3.0",
7+
"version": "2.4.0",
88
"description": "Fast SQLite for react-native",
99
"main": "lib/commonjs/index",
1010
"module": "lib/module/index",

0 commit comments

Comments
 (0)