diff --git a/CHANGELOG.md b/CHANGELOG.md index e96111ca9..658365145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.11.6](https://github.com/ConduitPlatform/Conduit/compare/v0.11.5...v0.11.6) (2022-07-15) - - -### Bug Fixes - -* **database:** createWithPopulations looking for wrong properties ([9d83b99](https://github.com/ConduitPlatform/Conduit/commit/9d83b99c2387e4d01a54f6155b198203e8de0aa0)) - ### [0.11.5](https://github.com/ConduitPlatform/Conduit/compare/v0.11.4...v0.11.5) (2022-03-30) diff --git a/modules/database/src/adapters/mongoose-adapter/utils.ts b/modules/database/src/adapters/mongoose-adapter/utils.ts index 77be7b17b..e701b0c36 100644 --- a/modules/database/src/adapters/mongoose-adapter/utils.ts +++ b/modules/database/src/adapters/mongoose-adapter/utils.ts @@ -1,4 +1,4 @@ -import { ConduitModel } from '@conduitplatform/conduit-grpc-sdk'; +import { ConduitModel } from '@conduitplatform/grpc-sdk'; import { MongooseAdapter } from './index'; import _, { isArray, isObject } from 'lodash'; import { MongooseSchema } from './MongooseSchema'; diff --git a/package.json b/package.json index eee6477be..afb43c183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conduit", - "version": "0.11.6", + "version": "0.11.5", "description": "", "main": "index.js", "private": true,