From 83a3056377c7781a8465b739a16c6091d2c07397 Mon Sep 17 00:00:00 2001 From: "Pal, Sayan" Date: Thu, 13 Jan 2022 12:18:21 +0100 Subject: [PATCH] 2.1.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 ab7bd72..f26c687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netatwork/mocha-utils", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56afcc1..b4fc16f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netatwork/mocha-utils", - "version": "2.0.2", + "version": "2.1.0", "description": "Utility package for mocha based test setup", "main": "dist/index.js", "typings": "dist/types/index",