Skip to content

Commit

Permalink
release v - 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Jun 13, 2021
1 parent a7d11f8 commit e1c116c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsstore",
"version": "4.1.1",
"version": "4.2.0",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/worker/query_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class QueryManager {
return pResult.then(() => {
return this.db;
});
})
});
}

initDb(dataBase?: IDataBase) {
Expand Down

0 comments on commit e1c116c

Please sign in to comment.