From e93ce030c4e2d288596f67d5ff1668c3dcf71105 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 29 Dec 2022 10:45:48 +0000 Subject: [PATCH] chore(release): 11.0.4 [skip ci] ## [11.0.4](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.3...v11.0.4) (2022-12-29) ### Bug Fixes * move owned instances to DependencyInjection library ([951cdbc](https://github.com/informatievlaanderen/projection-handling/commit/951cdbc44c3ec722def2cd871016d46e81319051)) --- 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 ee054c8..bd30977 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.4](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.3...v11.0.4) (2022-12-29) + + +### Bug Fixes + +* move owned instances to DependencyInjection library ([951cdbc](https://github.com/informatievlaanderen/projection-handling/commit/951cdbc44c3ec722def2cd871016d46e81319051)) + ## [11.0.3](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.2...v11.0.3) (2022-12-28) diff --git a/package-lock.json b/package-lock.json index a225f1d..d6f9c84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "11.0.3", + "version": "11.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "11.0.3", + "version": "11.0.4", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 340ac80..83d89a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "11.0.3", + "version": "11.0.4", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",