From 839582f6144393fff02394112efa6d367226288e Mon Sep 17 00:00:00 2001 From: Dimitar Nanov Date: Fri, 12 Jul 2019 11:08:11 +0300 Subject: [PATCH] bump version --- package.json | 2 +- releasenotes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dcd6f2b..c548f66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "adrai", "name": "cqrs-domain", - "version": "2.14.72", + "version": "2.14.73", "private": false, "main": "index.js", "engines": { diff --git a/releasenotes.md b/releasenotes.md index 2dcd778..115ee76 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,6 @@ +## [v2.14.73](https://github.com/adrai/node-cqrs-domain/compare/v2.14.72...v2.14.73) +- add edge case error handling on main command handler + ## [v2.14.72](https://github.com/adrai/node-cqrs-domain/compare/v2.14.71...v2.14.72) - update deps and eventstore