Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Apr 28, 2020
1 parent 4c6ab99 commit 151711b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ results

node_modules
npm-debug.log
package-lock.json

coverage
.nyc_output
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 7.3.0 / 2020-04-28

- Adjust some TypeScript definitions
- Update docs for projections (Thanks @mpatino117!)
- Update the `count` method and add a new `estimate` option (Thanks @bit-cmdr!)

# 7.2.0 / 2020-04-16

- Add `replace` option to update methods (Thanks @lakshmipriyamukundan)
- Add `replace` option to update methods (Thanks @lakshmipriyamukundan!)

# 7.1.1 / 2019-10-11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monk",
"description": "The wise MongoDB API",
"version": "7.2.0",
"version": "7.3.0",
"main": "lib/monk.js",
"types": "./index.d.ts",
"keywords": [
Expand Down

0 comments on commit 151711b

Please sign in to comment.