Skip to content

Commit 31d83eb

Browse files
committed
chore(release): v0.0.13
1 parent 4f0edeb commit 31d83eb

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# plainjob
22

3+
## v0.0.13
4+
5+
[compare changes](https://github.com/justplainstuff/plainjobs/compare/v0.0.5...v0.0.13)
6+
7+
### 🚀 Enhancements
8+
9+
- Delayed jobs ([4f0edeb](https://github.com/justplainstuff/plainjobs/commit/4f0edeb))
10+
11+
### 🩹 Fixes
12+
13+
- Readme ([34c0b2a](https://github.com/justplainstuff/plainjobs/commit/34c0b2a))
14+
- Readme ([f4324c6](https://github.com/justplainstuff/plainjobs/commit/f4324c6))
15+
- Readme ([e2183f3](https://github.com/justplainstuff/plainjobs/commit/e2183f3))
16+
- Readme ([b8fe440](https://github.com/justplainstuff/plainjobs/commit/b8fe440))
17+
18+
### 🏡 Chore
19+
20+
- Release ([67e1d8d](https://github.com/justplainstuff/plainjobs/commit/67e1d8d))
21+
22+
### ❤️ Contributors
23+
24+
- Josef Erben <[email protected]>
25+
326
## v0.0.5
427

528
[compare changes](https://github.com/justplainstuff/plainjobs/compare/v0.0.4...v0.0.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plainjob",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "A queue based on SQLite capable of processing 15k jobs/s.",
55
"type": "module",
66
"main": "dist/plainjob.js",

0 commit comments

Comments
 (0)