From 5d9e5b1c8935ddac32f09595969153037ae62be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:24:13 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#238) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1632701..733409cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/nicolaspearson/nestjs.dellingr/compare/v1.0.2...v1.1.0) (2022-06-28) + + +### Features + +* integrate newrelic ([#260](https://github.com/nicolaspearson/nestjs.dellingr/issues/260)) ([2bb9f01](https://github.com/nicolaspearson/nestjs.dellingr/commit/2bb9f013f0d0cfd4c8b2d4ddf07b96c55346894e)) + + +### Bug Fixes + +* pin aws-sdk-js-v3 monorepo ^3.118.1 ([#268](https://github.com/nicolaspearson/nestjs.dellingr/issues/268)) ([ad7b6bd](https://github.com/nicolaspearson/nestjs.dellingr/commit/ad7b6bd2142da98bbeb3498738e13a86056affb8)) +* remove redundant dockerfile copy commands ([421f813](https://github.com/nicolaspearson/nestjs.dellingr/commit/421f813f5331b96bb156f0c458d878d0f4cb6f1f)) + ## [1.0.2](https://github.com/nicolaspearson/nestjs.dellingr/compare/v1.0.1...v1.0.2) (2022-06-03) diff --git a/package.json b/package.json index c9f7ad03..f509e337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dellingr", - "version": "1.0.2", + "version": "1.1.0", "description": "This is NestJS starter repository.", "repository": { "type": "git",