Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Apr 17, 2024
1 parent 26bebe3 commit da3bddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Path to the directory to store the Postgres database. You can provide a url sche
##### `options`:

- `debug`: 1-5 - the Postgres debug level. Logs are sent to the console.
- `relaxedDurability`: boolean - under relaxed durability mode PGlite will not wait for flushes to storage to complete when using the indexedDB file system.

### Methods:

Expand Down
2 changes: 1 addition & 1 deletion packages/pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit da3bddb

Please sign in to comment.