From e8d6d94e6bb7f1a749cb2c493b36bb22b369f380 Mon Sep 17 00:00:00 2001 From: "Giles R. Roadnight" <10414642+Roaders@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:39:53 +0100 Subject: [PATCH] 1.2.3 --- 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 2be9484..f8ed5b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.2", + "version": "1.2.3", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.16", diff --git a/package.json b/package.json index f3074bd..4d09eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.2", + "version": "1.2.3", "description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", "license": "Apache-2.0", "author": "Morgan Stanley",