From bd08dc62d93b8205c75df6f372fa80c852455a03 Mon Sep 17 00:00:00 2001 From: Keyur Karnik Date: Tue, 8 Feb 2022 00:39:35 -0800 Subject: [PATCH] 3.3.0 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 13c62cc..9967f23 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "microgateway-core", - "version": "3.2.3", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "microgateway-core", - "version": "3.2.3", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "async": "~1.5.2", diff --git a/package.json b/package.json index 270703f..31740ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microgateway-core", - "version": "3.2.3", + "version": "3.3.0", "description": "Core engine for Apigee Edge Microgateway", "main": "index.js", "license": "Apache-2.0",