From 63f0510e83ef087cd145ae07d48748250f5bc399 Mon Sep 17 00:00:00 2001 From: nanov Date: Thu, 5 Dec 2019 10:11:57 +0200 Subject: [PATCH] version bump --- package.json | 2 +- releasenotes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 176598e..171dea6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "adrai", "name": "cqrs-domain", - "version": "2.14.76", + "version": "2.14.77", "private": false, "main": "index.js", "engines": { diff --git a/releasenotes.md b/releasenotes.md index 1e5a2bb..8365dae 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,6 @@ +## [v2.14.77](https://github.com/adrai/node-cqrs-domain/compare/v2.14.76...v2.14.77) +- Fix for validation error(s) swallowing thanks to [ssipos90](https://github.com/ssipos90) + ## [v2.14.76](https://github.com/adrai/node-cqrs-domain/compare/v2.14.75...v2.14.76) - update eventstore