diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a214d..4b622b5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.2](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.1...v11.0.2) (2022-04-29) + + +### Bug Fixes + +* run sonar end when release version != none ([e046bdc](https://github.com/informatievlaanderen/projection-handling/commit/e046bdcde99473d3c325189557a41b7ee1a1dd24)) + ## [11.0.1](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.0...v11.0.1) (2022-04-29) diff --git a/package-lock.json b/package-lock.json index b19bf86..84be88f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "11.0.1", + "version": "11.0.2", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 8c4a2da..06cc94f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "11.0.1", + "version": "11.0.2", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",