From 59746bf53ae4bce0c9b07bcb66c1183b06b3e000 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 30 Nov 2023 15:55:41 +0000 Subject: [PATCH] chore(release): 11.1.2 [skip ci] ## [11.1.2](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.1...v11.1.2) (2023-11-30) ### Bug Fixes * add StreamId to Envelope Metadata ([23a5dd9](https://github.com/informatievlaanderen/projection-handling/commit/23a5dd90aca49469585fcfc396432beaa7c0d976)) --- 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 5af4b95..c3e65c1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.1.2](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.1...v11.1.2) (2023-11-30) + + +### Bug Fixes + +* add StreamId to Envelope Metadata ([23a5dd9](https://github.com/informatievlaanderen/projection-handling/commit/23a5dd90aca49469585fcfc396432beaa7c0d976)) + ## [11.1.1](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.0...v11.1.1) (2023-06-22) diff --git a/package-lock.json b/package-lock.json index caaf88d..de45341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 853d9ec..94ef7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",