From 010ac25b412586c8f88dae8332ea799a67eb329c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Feb 2022 10:08:06 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/sckv/typed-bus/compare/v1.0.2...v1.0.3) (2022-02-07) ### Bug Fixes * **core:** update readme, slightly change API for publish and consume ([#3](https://github.com/sckv/typed-bus/issues/3)) ([5ebb028](https://github.com/sckv/typed-bus/commit/5ebb028eb7710aa1f0f308aad7461b1d4b1a764f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb2fbb9..e76b7cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-bus", - "version": "1.0.2", + "version": "1.0.3", "description": "Typed bus for internal or external communications, handy for Event Sourcing", "main": "index.js", "author": "Konstanin Knyazev ",