From 186fdc8271b73918fc597264c4abe31539c76591 Mon Sep 17 00:00:00 2001 From: Aidan McPhelim Date: Fri, 6 Dec 2024 11:42:39 +0000 Subject: [PATCH] patch version bump to release verion updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82d9636..a68d3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/message-broker", - "version": "1.0.0", + "version": "1.0.1", "description": "Framework agnostic messagebroker for decoupled communication.", "main": "dist/main/index.js", "types": "dist/main/index.d.ts",