From cc1eb4c394e3cfdb48e853160cb542bf0d8f8b96 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 13 Apr 2022 14:06:09 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] # [11.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v10.0.1...v11.0.0) (2022-04-13) ### Features * add IMessage constraint on Envelope ([2a34560](https://github.com/informatievlaanderen/projection-handling/commit/2a34560539120659b01d1810f74fa65646ccafce)) ### BREAKING CHANGES * Introduce IMessage constraint on `Envelope` --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f678ae6..16fe682 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [11.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v10.0.1...v11.0.0) (2022-04-13) + + +### Features + +* add IMessage constraint on Envelope ([2a34560](https://github.com/informatievlaanderen/projection-handling/commit/2a34560539120659b01d1810f74fa65646ccafce)) + + +### BREAKING CHANGES + +* Introduce IMessage constraint on `Envelope` + ## [10.0.1](https://github.com/informatievlaanderen/projection-handling/compare/v10.0.0...v10.0.1) (2022-03-25) diff --git a/package-lock.json b/package-lock.json index afe8e18..0e1ee4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "10.0.1", + "version": "11.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "10.0.1", + "version": "11.0.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", @@ -12948,9 +12948,9 @@ } }, "semver-regex": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.3.tgz", - "integrity": "sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.2.tgz", + "integrity": "sha512-bXWyL6EAKOJa81XG1OZ/Yyuq+oT0b2YLlxx7c+mrdYPaPbnj6WgVULXhinMIeZGufuUBu/eVRqXEhiv4imfwxA==", "dev": true }, "shebang-command": { diff --git a/package.json b/package.json index fd48b44..637f23f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "10.0.1", + "version": "11.0.0", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",