Skip to content

Commit

Permalink
Release [0.1.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandeia committed Sep 23, 2024
1 parent 932b12e commit a34a8b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
},
"tasks": {
"check": "deno fmt && deno lint --fix && deno check ./src/actors/mod.ts ./src/actors/hono/middleware.ts",
"test": "rm kv;deno test -A --unstable-kv ."
"test": "rm kv;deno test -A --unstable-kv .",
"release": "deno run -A jsr:@deco/scripts/release"
},
"lock": false,
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit a34a8b7

Please sign in to comment.