diff --git a/CHANGELOG.md b/CHANGELOG.md index 6450cd6..a2c26b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.16.0-RC1 +## 0.16.0 - Added `skipTotal=1` query parameter by default for the `getFirstListItem()` and `getFullList()` requests. _Note that this have performance boost only with PocketBase v0.17+._ diff --git a/package.json b/package.json index c0eb680..25f7977 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-rc1", + "version": "0.16.0", "name": "pocketbase", "description": "PocketBase JavaScript SDK", "author": "Gani Georgiev",