Skip to content

Commit

Permalink
chore(port-queue): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 10, 2024
1 parent 2aca277 commit 1806741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/port-queue/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyper63/port-queue",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./mod.ts",
"tasks": {
"test": "deno lint && deno fmt --check && deno test --no-check",
Expand All @@ -11,7 +11,9 @@
"@std/assert": "jsr:@std/assert@1"
},
"fmt": {
"include": ["./"],
"include": [
"./"
],
"lineWidth": 100,
"singleQuote": true,
"semiColons": false
Expand Down
2 changes: 1 addition & 1 deletion packages/port-queue/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Port for the Queue Service in the hyper Service Framework",
"homepage": "https://github.com/hyper63/hyper",
"repo": "https://github.com/hyper63/hyper",
"version": "0.3.0",
"version": "0.3.1",
"unstable": false,
"unlisted": false,
"files": [
Expand Down

0 comments on commit 1806741

Please sign in to comment.