Skip to content

Commit

Permalink
bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Dec 10, 2023
1 parent 0729878 commit 6046929
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.20.0-WIP
## 0.20.0

- Added `expand`, `filter`, `fields`, custom query and headers parameters support for the realtime subscriptions.
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.20.0-rc3",
"version": "0.20.0",
"name": "pocketbase",
"description": "PocketBase JavaScript SDK",
"author": "Gani Georgiev",
Expand Down
3 changes: 3 additions & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ function basePlugins() {
return [
ts(),

// @todo before v1, test if feasible and consider removing the minification for the npm builds
// (https://github.com/pocketbase/js-sdk/issues/261)
//
// minify if we're building for production
// (aka. npm run build instead of npm run dev)
isProduction && terser({
Expand Down

0 comments on commit 6046929

Please sign in to comment.