diff --git a/.changeset/selfish-worms-buy.md b/.changeset/selfish-worms-buy.md deleted file mode 100644 index c0379ad..0000000 --- a/.changeset/selfish-worms-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries. diff --git a/CHANGELOG.md b/CHANGELOG.md index efc1fa0..2192d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @journeyapps/react-native-quick-sqlite +## 2.1.1 + +### Patch Changes + +- 9ac4ce7: Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index f58bbf8..8d463d2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "version": "2.1.0", + "version": "2.1.1", "description": "Fast SQLite for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",