From 87f75908439df3c538128a545a86c28ab444606e Mon Sep 17 00:00:00 2001 From: Giles Roadnight <10414642+Roaders@users.noreply.github.com> Date: Wed, 18 May 2022 15:03:36 +0100 Subject: [PATCH] 0.6.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fea5b5d..4e68092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.16", diff --git a/package.json b/package.json index 6f07a23..70a4434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", "license": "Apache-2.0", "author": "Morgan Stanley",