diff --git a/CHANGELOG.md b/CHANGELOG.md index af09221..a504feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. + +### [2.5.3](https://github.com/mongoist/mongoist/compare/v2.5.2...v2.5.3) (2020-08-04) + + +### Bug Fixes + +* fixes the type definition for `Cursor.count()` so it reflects the implementation. + + ### [2.5.2](https://github.com/mongoist/mongoist/compare/v2.5.1...v2.5.2) (2020-04-16) diff --git a/package.json b/package.json index a5f799e..eb74e76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoist", - "version": "2.5.2", + "version": "2.5.3", "description": "Mongodb driver inspired by mongojs built with async/await in mind", "main": "index.js", "files": [