From b78eb6d14bb0bf5a8d05cf55f55165937b5b4f22 Mon Sep 17 00:00:00 2001 From: MattyJ007 Date: Thu, 7 Jan 2021 16:45:22 +0200 Subject: [PATCH] Bump package patch version Fixed the Channel names bug in the email reports --- 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 2ecd9805f..375eb59f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openhim-core", - "version": "5.4.0", + "version": "5.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e81e886e0..95fbcf0be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openhim-core", "description": "The OpenHIM core application that provides logging and routing of http requests", - "version": "5.4.1", + "version": "5.4.2", "main": "./lib/server.js", "bin": { "openhim-core": "./bin/openhim-core.js"