From e5d442bb615f05d4b0cd6714896b6c4c9b30ff05 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Tue, 7 Jun 2022 20:04:39 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-broker-v1.0.6 --- CHANGELOG.md | 3 +++ libs/eventually-broker/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dae7d7..89caed3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2022-06-07](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-broker-v1.0.5...@rotorsoft/eventually-broker-v1.0.6) +### PATCH +* [eec559e2](https://github.com/Rotorsoft/eventually-monorepo/commit/eec559e27ed9f5c5019a9b1cd4f4d11b09f4acd8) fix: reset error message only when stats position is higher, improve stats log ## [2022-06-07](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-express-v4.0.24...@rotorsoft/eventually-express-v4.0.25) ### PATCH * [e978b4a9](https://github.com/Rotorsoft/eventually-monorepo/commit/e978b4a922e9d1810fcc508531eeac48da42a21c) refactor: improve error handling diff --git a/libs/eventually-broker/package.json b/libs/eventually-broker/package.json index 71d1e2b6..407adfa4 100644 --- a/libs/eventually-broker/package.json +++ b/libs/eventually-broker/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually-broker", - "version": "1.0.5", + "version": "1.0.6", "description": "Eventually Framework Broker Service", "author": "rotorsoft", "license": "MIT",