Skip to content

Commit 1806741

Browse files
committed
chore(port-queue): release 0.3.1
1 parent 2aca277 commit 1806741

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/port-queue/deno.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyper63/port-queue",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": "./mod.ts",
55
"tasks": {
66
"test": "deno lint && deno fmt --check && deno test --no-check",
@@ -11,7 +11,9 @@
1111
"@std/assert": "jsr:@std/assert@1"
1212
},
1313
"fmt": {
14-
"include": ["./"],
14+
"include": [
15+
"./"
16+
],
1517
"lineWidth": 100,
1618
"singleQuote": true,
1719
"semiColons": false

packages/port-queue/egg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Port for the Queue Service in the hyper Service Framework",
66
"homepage": "https://github.com/hyper63/hyper",
77
"repo": "https://github.com/hyper63/hyper",
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"unstable": false,
1010
"unlisted": false,
1111
"files": [

0 commit comments

Comments
 (0)