From 9ebe18626a2f6d0cd00926429076a29386a99db5 Mon Sep 17 00:00:00 2001 From: pavelsvagr Date: Wed, 17 Jul 2024 01:56:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d427dc..eeb7eb5 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ "Pavel Švagr ", @@ -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",