From ccd8069ddccdf008495e471afd6c40b6d63e8c74 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jun 2020 08:10:53 +0000 Subject: [PATCH] chore(release): 1.1.5 [skip ci] ## [1.1.5](https://github.com/Enigmatis/polaris-nest/compare/v1.1.4...v1.1.5) (2020-06-14) ### Bug Fixes * all tests working except directives ([5b7d5e6](https://github.com/Enigmatis/polaris-nest/commit/5b7d5e67f96c701a7b7fe973683c902709d13acf)) * all tests working except directives ([b5705eb](https://github.com/Enigmatis/polaris-nest/commit/b5705ebe2012b45eb0237250cc90e10d6da4b6e3)) * all tests working except directives ([f43b4c5](https://github.com/Enigmatis/polaris-nest/commit/f43b4c584d7c7bcec0b967a7cf1cb07d74fc5a17)) * cr fixes ([279cf46](https://github.com/Enigmatis/polaris-nest/commit/279cf465ce5df8d1cec66b7a66324171c43d58fc)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea80e6..6b70950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.5](https://github.com/Enigmatis/polaris-nest/compare/v1.1.4...v1.1.5) (2020-06-14) + + +### Bug Fixes + +* all tests working except directives ([5b7d5e6](https://github.com/Enigmatis/polaris-nest/commit/5b7d5e67f96c701a7b7fe973683c902709d13acf)) +* all tests working except directives ([b5705eb](https://github.com/Enigmatis/polaris-nest/commit/b5705ebe2012b45eb0237250cc90e10d6da4b6e3)) +* all tests working except directives ([f43b4c5](https://github.com/Enigmatis/polaris-nest/commit/f43b4c584d7c7bcec0b967a7cf1cb07d74fc5a17)) +* cr fixes ([279cf46](https://github.com/Enigmatis/polaris-nest/commit/279cf465ce5df8d1cec66b7a66324171c43d58fc)) + ## [1.1.4](https://github.com/Enigmatis/polaris-nest/compare/v1.1.3...v1.1.4) (2020-05-21) diff --git a/package-lock.json b/package-lock.json index 31e578d..55b7b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-nest", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c8dc6a..dd36657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-nest", - "version": "1.1.4", + "version": "1.1.5", "description": "Nest TypeScript example repository", "license": "ISC", "main": "dist/index.js",