We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d83eb commit 272344cCopy full SHA for 272344c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# plainjob
2
3
+## v0.0.14
4
+
5
+[compare changes](https://github.com/justplainstuff/plainjobs/compare/v0.0.13...v0.0.14)
6
7
## v0.0.13
8
9
[compare changes](https://github.com/justplainstuff/plainjobs/compare/v0.0.5...v0.0.13)
package.json
@@ -1,6 +1,6 @@
{
"name": "plainjob",
- "version": "0.0.13",
+ "version": "0.0.14",
"description": "A queue based on SQLite capable of processing 15k jobs/s.",
"type": "module",
"main": "dist/plainjob.js",
0 commit comments