From 678fceb9a06511a08795a54cc3924ed433e32c89 Mon Sep 17 00:00:00 2001 From: Bastien Granger Date: Mon, 25 Jul 2022 14:39:00 -0400 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55c99cc..4a4cab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "4.0.0", + "version": "4.1.0", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",