diff --git a/CHANGELOG.md b/CHANGELOG.md index cf431ac..d1ef288 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.12](https://github.com/informatievlaanderen/command-handling/compare/v5.0.11...v5.0.12) (2020-12-18) + + +### Bug Fixes + +* move to 5.0.1 ([0cc2206](https://github.com/informatievlaanderen/command-handling/commit/0cc2206e2d5d0f37dc26925de91f541b98329aa8)) + ## [5.0.11](https://github.com/informatievlaanderen/command-handling/compare/v5.0.10...v5.0.11) (2020-11-19) diff --git a/package-lock.json b/package-lock.json index 06a6528..5fb5d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.11", + "version": "5.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3505d18..c2f6ae5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.11", + "version": "5.0.12", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",