diff --git a/CHANGELOG.md b/CHANGELOG.md index 8510859..2ad0ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.12](https://github.com/Enigmatis/polaris-typeorm/compare/v1.1.11...v1.1.12) (2020-01-06) + + +### Bug Fixes + +* empty context bug ([e60aac4](https://github.com/Enigmatis/polaris-typeorm/commit/e60aac457b2b732c37aedfd3cb89ae53e4cf606b)) + ## [1.1.11](https://github.com/Enigmatis/polaris-typeorm/compare/v1.1.10...v1.1.11) (2020-01-06) diff --git a/package-lock.json b/package-lock.json index 7be6cb5..8868ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-typeorm", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0433d8..7ad20bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-typeorm", - "version": "1.1.11", + "version": "1.1.12", "description": "support for typeorm in polaris", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",