From 9b20f4395caf25bb06a9d5a0785d952fe84c866e Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 26 May 2020 10:09:42 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/informatievlaanderen/templates/compare/v1.8.1...v1.9.0) (2020-05-26) ### Bug Fixes * do not hardcode logging to console ([1f19cb7](https://github.com/informatievlaanderen/templates/commit/1f19cb7eccf70889835cf1b9a757ef1474c45a1d)) * do not hardcode logging to console ([9caf0e9](https://github.com/informatievlaanderen/templates/commit/9caf0e95d5d5c07cbca480fd07774d381cfeb90b)) * move to gh actions ([602b662](https://github.com/informatievlaanderen/templates/commit/602b662dd872c7631d0523b858c72a59a81dda91)) ### Features * upgrade to netcore 3.1.3 ([5525364](https://github.com/informatievlaanderen/templates/commit/55253645ba6efc3c79bf41373f99968c0a36d332)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dd572..7a89725 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.9.0](https://github.com/informatievlaanderen/templates/compare/v1.8.1...v1.9.0) (2020-05-26) + + +### Bug Fixes + +* do not hardcode logging to console ([1f19cb7](https://github.com/informatievlaanderen/templates/commit/1f19cb7eccf70889835cf1b9a757ef1474c45a1d)) +* do not hardcode logging to console ([9caf0e9](https://github.com/informatievlaanderen/templates/commit/9caf0e95d5d5c07cbca480fd07774d381cfeb90b)) +* move to gh actions ([602b662](https://github.com/informatievlaanderen/templates/commit/602b662dd872c7631d0523b858c72a59a81dda91)) + + +### Features + +* upgrade to netcore 3.1.3 ([5525364](https://github.com/informatievlaanderen/templates/commit/55253645ba6efc3c79bf41373f99968c0a36d332)) + ## [1.8.1](https://github.com/informatievlaanderen/templates/compare/v1.8.0...v1.8.1) (2019-06-09) diff --git a/package-lock.json b/package-lock.json index da5b6fb..0666d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2860afa..510212e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "1.8.1", + "version": "1.9.0", "description": "agentschap Informatie Vlaanderen .NET Core templates.", "author": "agentschap Informatie Vlaanderen", "license": "EUPL-1.2",