From d48f59f57688713f6f659613947035236f79798e Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Fri, 21 Oct 2022 13:32:36 +0200 Subject: [PATCH] 6.3.0 --- 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 da0624c4..2f53a7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", diff --git a/package.json b/package.json index 30bf49cb..21b1c487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "description": "Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.", "keywords": [ "Next.js",