From b6c7e1d7e36eae9ccd85a726c90ff1bb7725dff8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Dec 2019 15:58:43 +0000 Subject: [PATCH] chore(release): 1.1.7 [skip ci] ## [1.1.7](https://github.com/Enigmatis/polaris-typeorm/compare/v1.1.6...v1.1.7) (2019-12-15) ### Bug Fixes * fixed tests ([58221cf](https://github.com/Enigmatis/polaris-typeorm/commit/58221cf808678b9ea0ee94e7a6f70da557459130)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983cdf5..cb9fa81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/Enigmatis/polaris-typeorm/compare/v1.1.6...v1.1.7) (2019-12-15) + + +### Bug Fixes + +* fixed tests ([58221cf](https://github.com/Enigmatis/polaris-typeorm/commit/58221cf808678b9ea0ee94e7a6f70da557459130)) + ## [1.1.6](https://github.com/Enigmatis/polaris-typeorm/compare/v1.1.5...v1.1.6) (2019-12-15) diff --git a/package-lock.json b/package-lock.json index 164fead..4ef76ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-typeorm", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b6918b..6ba8239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-typeorm", - "version": "1.1.6", + "version": "1.1.7", "description": "support for typeorm in polaris", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",