Skip to content

Commit

Permalink
🔖 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsvagr committed Jul 16, 2024
1 parent bb144f8 commit 9ebe186
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ackee/kesha",
"description": "Caching utils based on ioredis and dataloaders",
"version": "0.3.0",
"version": "0.4.0",
"author": "Pavel Å vagr <s.pavel66@gmail.com>",
"contributors": [
"Pavel Å vagr <s.pavel66@gmail.com>",
Expand All @@ -20,7 +20,12 @@
"node": ">=18"
},
"license": "MIT",
"keywords": ["cache", "redis", "dataloader", "utils"],
"keywords": [
"cache",
"redis",
"dataloader",
"utils"
],
"scripts": {
"build": "tsc",
"test": "jest --colors --forceExit --runInBand",
Expand Down

0 comments on commit 9ebe186

Please sign in to comment.