Skip to content

Commit 76a50a2

Browse files
committed
chore(port-cache): release 2.0.1
1 parent 376f99a commit 76a50a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/port-cache/deno.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyper63/port-cache",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"exports": "./mod.ts",
55
"tasks": {
66
"test": "deno lint && deno fmt --check && deno test --no-check",
@@ -20,7 +20,9 @@
2020
},
2121
"lint": {
2222
"rules": {
23-
"exclude": ["no-slow-types"]
23+
"exclude": [
24+
"no-slow-types"
25+
]
2426
}
2527
},
2628
"publish": {

packages/port-cache/egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Port for the Cache Service in the hyper Service Framework",
66
"homepage": "https://github.com/hyper63/hyper",
77
"repo": "https://github.com/hyper63/hyper",
8-
"version": "2.0.0",
8+
"version": "2.0.1",
99
"unstable": false,
1010
"unlisted": false,
1111
"files": [

0 commit comments

Comments
 (0)