Skip to content

Commit

Permalink
chore(port-cache): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 10, 2024
1 parent 376f99a commit 76a50a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/port-cache/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyper63/port-cache",
"version": "2.0.0",
"version": "2.0.1",
"exports": "./mod.ts",
"tasks": {
"test": "deno lint && deno fmt --check && deno test --no-check",
Expand All @@ -20,7 +20,9 @@
},
"lint": {
"rules": {
"exclude": ["no-slow-types"]
"exclude": [
"no-slow-types"
]
}
},
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/port-cache/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Port for the Cache Service in the hyper Service Framework",
"homepage": "https://github.com/hyper63/hyper",
"repo": "https://github.com/hyper63/hyper",
"version": "2.0.0",
"version": "2.0.1",
"unstable": false,
"unlisted": false,
"files": [
Expand Down

0 comments on commit 76a50a2

Please sign in to comment.