From ad30294cff19a931f111626e3ab31a6bac382c6d Mon Sep 17 00:00:00 2001 From: Dan Cavanagh Date: Fri, 15 Oct 2021 19:03:10 -0400 Subject: [PATCH] 6.4.2 --- 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 df23146f..2c23d41c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.4.1", + "version": "6.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65f8e1db..a660ec17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.4.1", + "version": "6.4.2", "description": "Some utilities for the development of express applications with Inversify", "main": "lib/index.js", "jsnext:main": "es/index.js",