Skip to content

Commit

Permalink
chore(release): 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Garret Meier committed Aug 4, 2020
1 parent d8d1cf0 commit e94d5f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit e94d5f2

Please sign in to comment.