From e94d5f2ceef8bb3a2c6568e48565043ef51590d5 Mon Sep 17 00:00:00 2001 From: Garret Meier Date: Tue, 4 Aug 2020 09:19:40 -0700 Subject: [PATCH] chore(release): 2.5.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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": [