From 2c770e07f85b904f8ebe4ce1895e9b14c54d43ea Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 19 Nov 2020 09:58:33 +0000 Subject: [PATCH] chore(release): 5.0.11 [skip ci] ## [5.0.11](https://github.com/informatievlaanderen/command-handling/compare/v5.0.10...v5.0.11) (2020-11-19) ### Bug Fixes * update eventhandling reference ([4950ddc](https://github.com/informatievlaanderen/command-handling/commit/4950ddcb894e0071757274590c01f263a3c3bceb)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b5101..cf431ac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.11](https://github.com/informatievlaanderen/command-handling/compare/v5.0.10...v5.0.11) (2020-11-19) + + +### Bug Fixes + +* update eventhandling reference ([4950ddc](https://github.com/informatievlaanderen/command-handling/commit/4950ddcb894e0071757274590c01f263a3c3bceb)) + ## [5.0.10](https://github.com/informatievlaanderen/command-handling/compare/v5.0.9...v5.0.10) (2020-11-18) diff --git a/package-lock.json b/package-lock.json index 990f6be..9ad87b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.10", + "version": "5.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44e7f39..d2d8c8a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.10", + "version": "5.0.11", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",