From 3a97f46342a102174de738a868589fa6eace16b2 Mon Sep 17 00:00:00 2001 From: Azury Date: Sun, 19 Jun 2022 00:59:38 +0200 Subject: [PATCH] bumped cachu to `v6.0.0-canary.4` --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12e86f6..b6418f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cachu", - "version": "6.0.0-canary.3", + "version": "6.0.0-canary.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cachu", - "version": "6.0.0-canary.3", + "version": "6.0.0-canary.4", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^28.1.2", diff --git a/package.json b/package.json index 0711563..93e770f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cachu", - "version": "6.0.0-canary.3", + "version": "6.0.0-canary.4", "description": "A modern and simple key-value cache for Node.js.", "types": "types/index.d.ts", "exports": "./dist/index.js",