Skip to content

Commit

Permalink
release: Bump to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Nov 9, 2024
1 parent 6bfc81e commit 39ab856
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 @@ -29,6 +29,7 @@ const queue = new SqliteQueue<ZRequest>("requests", db, {
defaultJobArgs: {
numRetries: 2,
},
keepFailedJobs: false,
});

// Enqueue a job
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "liteque",
"description": "A sqlite-based job queue for Node.js",
"author": "Mohamed Bassem <me@mbassem.com>",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 39ab856

Please sign in to comment.