From adaa6ea9dd9cd52c2b3ff5bc3ad1704521e78939 Mon Sep 17 00:00:00 2001 From: Dan Cavanagh Date: Thu, 14 Oct 2021 09:34:07 -0400 Subject: [PATCH] 6.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 115a7f76..bf4a9489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.3.2", + "version": "6.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3fe4f62..cf403ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.3.2", + "version": "6.4.0", "description": "Some utilities for the development of express applications with Inversify", "main": "lib/index.js", "jsnext:main": "es/index.js",