From aa30ab4d41a595cad98800b658d6b250d0c2adf9 Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Mon, 1 Mar 2021 16:14:51 +0100 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 127c2a9..9c718fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "2.1.3", + "version": "3.0.0", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",