Skip to content

Commit 42c5ad1

Browse files
Version Packages
1 parent e3f5c79 commit 42c5ad1

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/funny-crabs-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-moose-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @journeyapps/react-native-quick-sqlite
22

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- 2fd1357: Added expo config plugin, that automatically applies podfile changes needed for use_frameworks when `staticLibrary` option is specified for the plugin.
8+
- a1d1911: Fix crash when binding or reading blobs.
9+
310
## 2.4.4
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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.4.4",
7+
"version": "2.4.5",
88
"description": "Fast SQLite for react-native",
99
"main": "lib/commonjs/index",
1010
"module": "lib/module/index",

0 commit comments

Comments
 (0)