From f1f342da1c1c17ba59d5223353613cc6fe89c40c Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 27 Apr 2022 11:46:32 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [4.1.1](https://github.com/informatievlaanderen/event-handling/compare/v4.1.0...v4.1.1) (2022-04-27) ### Bug Fixes * redirect sonar to /dev/null ([60e7fc9](https://github.com/informatievlaanderen/event-handling/commit/60e7fc9c426d1748165df261020f2ab58a290855)) --- 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 c5dbc56..b132af2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://github.com/informatievlaanderen/event-handling/compare/v4.1.0...v4.1.1) (2022-04-27) + + +### Bug Fixes + +* redirect sonar to /dev/null ([60e7fc9](https://github.com/informatievlaanderen/event-handling/commit/60e7fc9c426d1748165df261020f2ab58a290855)) + # [4.1.0](https://github.com/informatievlaanderen/event-handling/compare/v4.0.0...v4.1.0) (2022-04-13) diff --git a/package-lock.json b/package-lock.json index 5e92c31..d282fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "event-handling", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "event-handling", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 3265173..e7dd9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-handling", - "version": "4.1.0", + "version": "4.1.1", "description": "Lightweight event handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",