From cc02073c58f22f7ed32e5ff2ce94fe9f7d414c18 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 8 Apr 2020 16:00:52 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [5.0.1](https://github.com/informatievlaanderen/command-handling/compare/v5.0.0...v5.0.1) (2020-04-08) ### Bug Fixes * use correct build user ([8845828](https://github.com/informatievlaanderen/command-handling/commit/8845828694834491d0e8700666de8a83bcbc251f)) --- 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 230a248..149a5f4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/informatievlaanderen/command-handling/compare/v5.0.0...v5.0.1) (2020-04-08) + + +### Bug Fixes + +* use correct build user ([8845828](https://github.com/informatievlaanderen/command-handling/commit/8845828694834491d0e8700666de8a83bcbc251f)) + # [5.0.0](https://github.com/informatievlaanderen/command-handling/compare/v4.2.2...v5.0.0) (2020-04-08) diff --git a/package-lock.json b/package-lock.json index 1b73de4..3fba78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b471e50..a2ea660 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "5.0.0", + "version": "5.0.1", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",