diff --git a/.changeset/angry-carrots-lay.md b/.changeset/angry-carrots-lay.md deleted file mode 100644 index 30d2a48..0000000 --- a/.changeset/angry-carrots-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": minor ---- - -Added `refreshSchema()` to bindings. Will cause all connections to be aware of a schema change. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a24275..efc1fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @journeyapps/react-native-quick-sqlite +## 2.1.0 + +### Minor Changes + +- 23bcb1d: Added `refreshSchema()` to bindings. Will cause all connections to be aware of a schema change. + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 723d228..f58bbf8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "version": "2.0.1", + "version": "2.1.0", "description": "Fast SQLite for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",