From d6fd0b9988b351a09004579daaca3c0d6133c5fb Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 29 Nov 2023 09:22:26 +0000 Subject: [PATCH] chore(release): 8.3.0 [skip ci] # [8.3.0](https://github.com/informatievlaanderen/command-handling/compare/v8.2.0...v8.3.0) (2023-11-29) ### Features * add IIdempotentCommandHandler ([dd9b7e2](https://github.com/informatievlaanderen/command-handling/commit/dd9b7e271e5f0242f83761188d17f490d8e018f6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b66c37..bbf7625 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.3.0](https://github.com/informatievlaanderen/command-handling/compare/v8.2.0...v8.3.0) (2023-11-29) + + +### Features + +* add IIdempotentCommandHandler ([dd9b7e2](https://github.com/informatievlaanderen/command-handling/commit/dd9b7e271e5f0242f83761188d17f490d8e018f6)) + # [8.2.0](https://github.com/informatievlaanderen/command-handling/compare/v8.1.3...v8.2.0) (2023-09-12) diff --git a/package-lock.json b/package-lock.json index dffeed8..fd92e77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "command-handling", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "command-handling", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 186c9fb..e79fecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "8.2.0", + "version": "8.3.0", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",