From c250eb9c83a866e3c3d7c686e122641b73b7eb4d Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 3 Mar 2020 07:24:02 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/informatievlaanderen/command-handling/compare/v4.2.0...v4.2.1) (2020-03-03) ### Bug Fixes * bump netcore to 3.1.2 ([696901e](https://github.com/informatievlaanderen/command-handling/commit/696901e18ae0c6ac1d9c45b576a2f3fe9eee7402)) --- 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 8f55139..ddd3114 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.1](https://github.com/informatievlaanderen/command-handling/compare/v4.2.0...v4.2.1) (2020-03-03) + + +### Bug Fixes + +* bump netcore to 3.1.2 ([696901e](https://github.com/informatievlaanderen/command-handling/commit/696901e18ae0c6ac1d9c45b576a2f3fe9eee7402)) + # [4.2.0](https://github.com/informatievlaanderen/command-handling/compare/v4.1.0...v4.2.0) (2020-01-31) diff --git a/package-lock.json b/package-lock.json index a4e4f3d..03978db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 274e03d..8a7afe9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "4.2.0", + "version": "4.2.1", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",