From 9d34c62abd828de5637951eae296ff0c1e9934c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:45:21 +0200 Subject: [PATCH] chore(main): release 1.0.2 (#218) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3895c4b9..e1632701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/nicolaspearson/nestjs.dellingr/compare/v1.0.1...v1.0.2) (2022-06-03) + + +### Bug Fixes + +* update config service usage in main.ts ([f8afe7f](https://github.com/nicolaspearson/nestjs.dellingr/commit/f8afe7fb482922d59aec67e6d926474c52e9271a)) + ### [1.0.1](https://github.com/nicolaspearson/nestjs.dellingr/compare/v1.0.0...v1.0.1) (2022-05-30) diff --git a/package.json b/package.json index f517e9ec..856790db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dellingr", - "version": "1.0.1", + "version": "1.0.2", "description": "This is NestJS starter repository.", "repository": { "type": "git",